[Webkit-unassigned] [Bug 15099] self.innerWidth is not reported correctly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 16 15:46:53 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15099





------- Comment #7 from vilee at adobe.com  2007-10-16 15:46 PDT -------
It seems the workaround is to use "document.body.clientWidth" and
"document.body.clientHeight". The width of vertical/horizontal scrollbars are
correctly excluded in their values; and this is the case for the latest Webkit
nightly and Firefox (below). Are they replacements for "self.innerWidth" and
"self.innerHeight"? If they're, then this bug is no longer valid and can be
closed.

- Mac Webkit nightly (r26653)
- Windows Webkit nightly (r26595)
- Mac Gecko/20070914 Firefox/2.0.0.7
- Windows Gecko/20070914 Firefox/2.0.0.7


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list