Opened 11 years ago

Closed 11 years ago

#8304 closed bug (notabug)

Including jQuery UI breaks outerHeight boolean parameter

Reported by: WeaponX86 Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.core Version: 1.8.20
Keywords: Cc:
Blocked by: Blocking:

Description

Example here: http://jsfiddle.net/r7MgY/14305/

Using:

console.log($("#test").outerHeight(1));

Returns the selected object

Using:

console.log($("#test").outerHeight(true));

Returns 124

If jQuery UI isn't included, both examples return 124.

Change History (1)

comment:1 Changed 11 years ago by Scott González

Resolution: invalid
Status: newclosed

1 is not a boolean.

Note: See TracTickets for help on using tickets.