[webkit-reviews] review requested: [Bug 72852] Scroll position is lost after hide/show element : [Attachment 116563] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 24 22:39:55 PST 2011


Rakesh <rakesh.kn at motorola.com> has asked  for review:
Bug 72852: Scroll position is lost after hide/show element
https://bugs.webkit.org/show_bug.cgi?id=72852

Attachment 116563: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=116563&action=review

------- Additional Comments from Rakesh <rakesh.kn at motorola.com>
We maintain a map of node and scroll point in Page(similar to
ScrollableAreaSet). When the RenderLayer is getting dropped (for example
display none), we store the location with node. When the same node get a
renderer, we set scrolloffset to previous value stored.


More information about the webkit-reviews mailing list