Search and Top Navigation
#8304 closed bug (notabug)
Opened May 08, 2012 03:20PM UTC
Closed May 08, 2012 03:20PM UTC
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.
Attachments (0)
Change History (1)
Changed May 08, 2012 03:20PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
1 is not a boolean.