Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#9434 closed enhancement (fixed)

.outerWidth()/.outerHeight()/.innerWidth()/.innerHeight() should work on window and document

Reported by: scottgonzalez Owned by: Timmy Willison
Priority: low Milestone: 1.7
Component: dimensions Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:

Description

.outerWidth(), .outerHeight(), .innerWidth(), .innerHeight() should all return meaningful values for window and document. They should simply return .width()/.height().

Change History (5)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfileddimensions
Keywords: needsreview added
Priority: undecidedlow
Status: newopen

comment:2 Changed 12 years ago by Timmy Willison

Keywords: needsreview removed
Owner: set to Timmy Willison
Status: openassigned

comment:3 Changed 12 years ago by Timmy Willison

Milestone: 1.next1.7

comment:4 Changed 12 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed
Version 0, edited 12 years ago by Timmy Willison (next)

comment:5 Changed 12 years ago by Timmy Willison

Add support for calling outer/inner Width/Height on the window and document. Fixes #9434.

Changeset: 1ebced173697421db5e0839d7ca092007455b42c

Note: See TracTickets for help on using tickets.