WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 9325
clientWidth/clientHeight on document element in strict mode should return visible frame size
https://bugs.webkit.org/show_bug.cgi?id=9325
Summary
clientWidth/clientHeight on document element in strict mode should return vis...
Anders Carlsson
Reported
2006-06-06 01:52:16 PDT
This is what WinIE does (Mozilla too)
Attachments
Patch
(4.11 KB, patch)
2006-06-06 02:00 PDT
,
Anders Carlsson
darin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2006-06-06 02:00:50 PDT
Created
attachment 8726
[details]
Patch
Darin Adler
Comment 2
2006-06-06 09:44:26 PDT
Comment on
attachment 8726
[details]
Patch + if (!document()->inCompatMode() && + document()->documentElement() == this) I would put those on single lines -- they're not too long. r=me
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug