Closed
Bug 680301
Opened 13 years ago
Closed 13 years ago
document.height and document.width is undefined in Firefox 6, but not in Firefox 5
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: plynchnlm, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110811165603
Steps to reproduce:
I inspected the value of document.height (using Firebug) in Firefox 6 and Firefox 5. The page doesn't seem to matter, but the problem can be seen here: http://www.mozilla.com/en-US/firefox/fx/
Expected results:
In Firefox 5, document.height's value is defined, but in Firefox 6 it is "undefined".
That's intended
https://developer.mozilla.org/en/Firefox_6_for_developers#DOM
Reporter | ||
Comment 2•13 years ago
|
||
Okay-- thanks.
Summary: document.height is undefined in Firefox 6, but not in Firefox 5 → document.height and document.width is undefined in Firefox 6, but not in Firefox 5
You need to log in
before you can comment on or make changes to this bug.
Description
•