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.

Change History (1)

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

Resolution: invalid
Status: newclosed

.outerWidth( number ) is a setter. Using 1 as a boolean is invalid.

Note: See TracTickets for help on using tickets.