[Webkit-unassigned] [Bug 184665] iframe inside scrollable div scrolls up after inserting element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 13:49:03 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=184665

Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zalan at apple.com

--- Comment #5 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
What seems to be happening is that we do two layouts on the scrollable div. The first is with an unflattened frame, so the contents height is ~300 and we clamp the larger scroll position. Then we do layout again with at the unflattened frame, and go back to larger contents size, but we've already clamped the scroll position.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181112/2a3a8b01/attachment.html>


More information about the webkit-unassigned mailing list