Ticket #8304 (closed bug: notabug)

Opened 13 months ago

Last modified 13 months ago

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:
Blocking: Blocked by:

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

comment:1 Changed 13 months ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to invalid

1 is not a boolean.

Note: See TracTickets for help on using tickets.