[Webkit-unassigned] [Bug 121876] REGRESSION (r154614): Setting the document scroll position isn't symmetric; can successfully set document.body.scrollTop, but can only read from document.documentElement.scrollTop

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 24 22:54:07 PDT 2013


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





--- Comment #3 from gur.trio at gmail.com  2013-09-24 22:53:09 PST ---
(In reply to comment #2)
> This issue is now tracked as <rdar://problem/15073848>.

Quirks mode should set scrolltop/scrollleft through document.documentElement.scrollTop/document.documentElement.scrollLeft

Non-Quirks mode should set scrolltop/scrollleft through document.body.scrollTop/document.body.scrollLeft

Other combinations should not scroll.

Please comfirm.

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