Skip to main content

Bug Tracker

Side navigation

#7950 closed bug (invalid)

Opened January 11, 2011 09:17PM UTC

Closed January 13, 2011 12:47PM UTC

Last modified January 13, 2011 02:34PM UTC

.outerWidth(1)

Reported by: Geler Owned by: Geler
Priority: undecided Milestone: 1.next
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

I was using outerWidth(1), but since 1.4.4 this set the width to 0 instead, using outerWidth(true) work.

Attachments (0)
Change History (4)

Changed January 11, 2011 09:19PM UTC by rwaldron comment:1

owner: → Geler
status: newpending

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!

Additionally, test against the latest jQuery release and the jQuery 0 GIT version to ensure the issue still exists. Be Excellent to eachother!

Changed January 12, 2011 07:07PM UTC by Geler <justmeo19@hotmail.com> comment:2

http://jsfiddle.net/Geler/bWsTS/

Work fine without jQuery UI, but when you add the UI it set the width to 1px (was to 0px in the code I was working on)

Changed January 13, 2011 12:47PM UTC by jitter comment:3

resolution: → invalid
status: pendingclosed

This tracker you submitted your bug on is for jQuery core bugs only. As I can't reproduce the behavior you described without including jQuery UI you need to to re-submit this ticket to the jQuery UI Bug Tracker for further assistance as they handle all UI-related tickets. Thanks!

P.S: On a side node. Isn't jQuery-UI 1.8.7 the version which officially supports jQuery 1.4.4?

Changed January 13, 2011 02:34PM UTC by Geler comment:4

Sorry I didn't knew it was because of UI before making the fiddle.

And yes for 1.8.7, in local I use 1.8.7 and I have the same bug, but fiddle use 1.8.5. Maybe that's why it's setting the width to 1px on fiddle and to 0px in local.