Bug Tracker

Opened 14 years ago

Closed 14 years ago

#4055 closed bug (invalid)

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.

Change History (1)

comment:1 Changed 14 years ago by brandon

Resolution: invalid
Status: newclosed

Only width and height methods work on document and window objects.

Note: See TracTickets for help on using tickets.