Side navigation
#4055 closed bug (invalid)
Opened February 03, 2009 07:06PM UTC
Closed May 15, 2009 07:55PM UTC
innerWidth and ... fails for document and window
Reported by: | SalarSoft | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | dimensions | Version: | 1.3.1 |
Keywords: | innerWidth,outerWidth,innerHeight,outerHeight | Cc: | |
Blocked by: | Blocking: |
Description
I'm using jQuery 1.3.1 with Firefox 3.0.5.
for $(document) and $(window) objects innerWidth, outerWidth, innerHeight and outerHeight doesn't work and an exception occurs.
Firebug reported this error: "object is undefined" line 666.
The methods works fine in other browsers.
Attachments (0)
Change History (1)
Changed May 15, 2009 07:55PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Only width and height methods work on document and window objects.