[Webkit-unassigned] [Bug 114012] New: scrollTop position resets when changing the DOM.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 5 01:40:16 PDT 2013


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

           Summary: scrollTop position resets when changing the DOM.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/PRLQx/8/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: neocoder at gmail.com


Created an attachment (id=196599)
 --> (https://bugs.webkit.org/attachment.cgi?id=196599&action=review)
Failing Test

If an element with overflow: auto; css property ( element A ) placed inside an element with display: -webkit-box; ( element B ) the scrollTop property of the scrolled element A resets to 0 if the DOM is changed inside element B.

I see this bug on the latest nightly build of WebKit ( WebKit-SVN-r147708 ) also latest Chrome, Safari 6.0.3 and Safari on iOS 6.1.2.

Here's the failing test http://jsfiddle.net/PRLQx/8/ .

Also I attached the html with a test.

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