[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
Wed Sep 25 05:12:46 PDT 2013


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





--- Comment #4 from gur.trio at gmail.com  2013-09-25 05:11:47 PST ---
(In reply to comment #3)
> (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.

Please ignore the previous comment

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

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

Other combinations should not scroll.

Please confirm.

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