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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 20 21:48:50 PST 2011


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

           Summary: Scroll position is lost after hide/show element
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P1
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: naveenbobbili at motorola.com


Created an attachment (id=116027)
 --> (https://bugs.webkit.org/attachment.cgi?id=116027&action=review)
Scroll Bug

What steps will reproduce the problem?
1. add element with active vertical scroll (big div inside small div)
2. scroll to any position
3. hide element (set style.display='none')
4. show element (set style.display='block')

What is the expected result?
 scroll position was not changed

What happens instead?
 scroll position is reset

Use attached html to reproduce.

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