[Webkit-unassigned] [Bug 72852] Scroll position is lost after hide/show element

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


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


Rakesh <rakesh.kn at motorola.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #116563|                            |review?, commit-queue?
               Flag|                            |




--- Comment #2 from Rakesh <rakesh.kn at motorola.com>  2011-11-24 22:39:55 PST ---
Created an attachment (id=116563)
 --> (https://bugs.webkit.org/attachment.cgi?id=116563&action=review)
Proposed patch

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.

-- 
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