Fix: Footer hides text (#3056)

This patch should resolve issue #2257 (Footer hides text)
Sometimes, depending on an epub style, some text is hidden by the progress bar (the mini one at the bottom).
This commit is contained in:
Robert
2017-08-08 19:06:11 +02:00
committed by Frans de Jonge
parent 64529b5391
commit 1bfad22af0
4 changed files with 32 additions and 12 deletions

View File

@@ -99,9 +99,9 @@ describe("Readerhighlight module", function()
end)
it("should response on tap gesture", function()
tap_highlight_text(readerui,
Geom:new{ x = 26, y = 374 },
Geom:new{ x = 484, y = 574 },
Geom:new{ x = 331, y = 474 })
Geom:new{ x = 151, y = 120 },
Geom:new{ x = 290, y = 301 },
Geom:new{ x = 200, y = 268 })
Screen:shot("screenshots/reader_tap_highlight_text_epub.png")
end)
end)