Ticket #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: | ||
| 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
Note: See
TracTickets for help on using
tickets.


1 is not a boolean.