[Webkit-unassigned] [Bug 62044] New: Changes to nested flexible box contents resets scroll positions of all flexible boxes to 0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 3 13:09:37 PDT 2011


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

           Summary: Changes to nested flexible box contents resets scroll
                    positions of all flexible boxes to 0
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.6
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: scott at cypherdesignstudio.com


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

First post on the bugzilla.  

Take a look at the example.  Whenever a <p> is removed from the right-hand box via js, the scrollbars for both the left-hand and right-hand boxes reset to 0.  I discovered this bug while trying to load content into a nested flexible box via AJAX.

The example uses jquery to demonstrate the bug, but it's also possible to reproduce the bug just using an inspector and manually deleting content (which I did without jquery loaded to confirm that jquery is not the problem).

I've reproduced this bug using both Chrome 11.0.696.71, Safari 5.0.5 (6533.21.1) and WebKit Nightly r88019 (all on Mac).
The bug does not occur in Firefox 4.0.1 on Mac.

Interesting Note: The Firefox implementation maintains scroll position across page reloads.  Perhaps this is related somehow?

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