[Webkit-unassigned] [Bug 84965] [chromium] Composited fixed-position elements are wrongly positioned when scroll position is restored from history
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 26 08:13:49 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84965
--- Comment #1 from Iain Merrick <husky at google.com> 2012-04-26 08:13:49 PST ---
updateFixedElementsAfterScrolling() was added recently in https://bugs.webkit.org/show_bug.cgi?id=80647, but it doesn't handle the case where scrolling takes place during layout. CCing jamesr who reviewed that.
If we just remove the "!m_nestedLayoutCount" condition, that seems to fix the bug. But I don't know if that's safe. I'll upload a patch and make a layout test, anyway.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list