Comment 6 for bug 1918437

Revision history for this message
Kovid Goyal (kovid) wrote : Re: calibre bug 1918437

This is caused by a bug in Qt WebEngine, when wrapping large blocks in
inline elements split over columns. scrollIntoView() for such elements
does not scroll to the start of the element. And the boundingclientrect
is incorrect. So as you discovered, dont wrap block elements inside
inline ones and you will be fine.

 status invalid