[Webkit-unassigned] [Bug 81208] innerHeight and Width returns wrong values when scaled and having non-overlay scrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 15 04:50:14 PDT 2012


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





--- Comment #1 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2012-03-15 04:50:14 PST ---
My example below is wrong, but the issue is still there.

According to http://www.quirksmode.org/mobile/tableViewport.html we should return the 'Dimensions of the visual viewport in CSS pixels.'

CSSOM View says 'The innerWidth attribute must return the viewport width including the size of a rendered scroll bar (if any).'


So we could reformulate both as

The visual viewport in CSS pixels including the size of non-overlay scroll bar (if any).


It still seems as it would be nice to keep the scrollbar size calculation separate from the visibleContentRect method.

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