UNCONFIRMED 114012
scrollTop position resets when changing the DOM.
https://bugs.webkit.org/show_bug.cgi?id=114012
Summary scrollTop position resets when changing the DOM.
Alex Ladyga
Reported 2013-04-05 01:38:29 PDT
Created attachment 196599 [details] 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.
Attachments
Failing Test (4.48 KB, text/html)
2013-04-05 01:38 PDT, Alex Ladyga
no flags
Note You need to log in before you can comment on or make changes to this bug.