E-book viewer: Fix footnote popup window not displaying entire footnote if footnote contains element with page-break-after set

This commit is contained in:
Kovid Goyal 2015-02-19 12:43:40 +05:30
parent 7a4c3be138
commit 1779671e47
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -166,6 +166,7 @@ class CalibreExtract
in_note = false
else if pb['after']
in_note = false
elem.do_not_hide = true
for child in elem.getElementsByTagName('*')
child.do_not_hide = true
else