Skip to main content

Search and Top Navigation

#6851 closed bug (notabug)

Opened January 13, 2011 02:40PM UTC

Closed January 13, 2011 02:46PM UTC

.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.

Attachments (0)
Change History (1)

Changed January 13, 2011 02:46PM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

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