Bug Tracker

Opened 15 years ago

Closed 14 years ago

#3189 closed bug (invalid)

Dimensions (height() and width()) fail when dom-node not yet added to document tree.

Reported by: pwnedd Owned by: brandon
Priority: major Milestone: 1.3
Component: dimensions Version: 1.2.6
Keywords: dimensions, height, width Cc:
Blocked by: Blocking:

Description

To reproduce:

var x = $("<span></span>").css('height', 250); x.height(); 0 x.css("height"); 250px

This is a similar issue to bug #3011.

Change History (1)

comment:1 Changed 14 years ago by brandon

Resolution: invalid
Status: newclosed

height is a calculated value and a node that doesn't live in the dom doesn't technically have a height

Note: See TracTickets for help on using tickets.