Opened 12 years ago
Closed 12 years ago
#6851 closed bug (notabug)
.outerWidth(1)
Reported by: | Geler | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.8.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://jsfiddle.net/Geler/bWsTS/1/
When we use outerWidth(1) with the UI on its set the width of the object, with 1.8.7 to 0px and with 1.8.5 to 1px. Work fine if you remove UI.
Note: See
TracTickets for help on using
tickets.
.outerWidth( number ) is a setter. Using 1 as a boolean is invalid.