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+
Anders Carlsson
Comment 1 2006-06-06 02:00:50 PDT
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.