[Webkit-unassigned] [Bug 15099] New: self.innerWidth is not reported correctly.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 27 19:12:07 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15099
Summary: self.innerWidth is not reported correctly.
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh Intel
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P3
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vilee at adobe.com
PROBLEM:
In Webkit nightly build 25261, self.innerWidth is reporting the whole width,
including vertical scrollbar's width.
METHOD:
Call "self.innerWidth" at body onload handler.
RESULT:
"self.innerWidth" currently reports the whole application window width.
EXPECTED:
"self.innerWidth" should report a width value that is the difference of
application window width and the vertical scrollbar.
WORKAROUND:
None.
--
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