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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 30 05:44:45 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 117176: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=117176&action=review

------- Additional Comments from Rakesh <rakesh.kn at motorola.com>
As the scrollable node can be removed from current DOM, now removing the stored
scroll position when the node is getting deleted or moving to a new document.
Maintaining the ScrollableNodePosition map in Document. We can as well store
the position in Node rareData but will increase the size of Node


More information about the webkit-reviews mailing list