Skip to main content

Search and Top Navigation

#6196 closed bug (fixed)

Opened October 18, 2010 02:55PM UTC

Closed October 20, 2010 02:46AM UTC

Last modified November 19, 2010 06:26PM UTC

outerWidth() setter broken with jQuery 1.3.2

Reported by: qpi Owned by:
Priority: minor Milestone: 1.8.6
Component: ui.core Version: 1.8.5
Keywords: Cc:
Blocked by: Blocking:
Description

I use jQuery 1.3.2 with jQuery UI 1.8.5 autocomplete. When autocomplete generate the suggesion list, got these errors:

$.style is not a function (jquery.ui.core.js line 172) and

$.style is not a function (jquery.ui.core.js line 162)

I think, jQuery 1.3.2 does not support the style method, it's coming with jQuery 1.4 as it seems, am i right?

Attachments (0)
Change History (3)

Changed October 20, 2010 02:46AM UTC by scottgonzalez comment:1

milestone: TBD1.9
resolution: → fixed
status: newclosed
summary: $.style error in jquery.ui.coreouterWidth() setter broken with jQuery 1.3.2

Fixed in 72985fb.

Changed October 25, 2010 07:01PM UTC by scottgonzalez comment:2

milestone: 1.91.8.6

Changed November 19, 2010 06:26PM UTC by Scott González comment:3

Core: Don't use $.style since it doesn't exist in jQuery 1.3.2. Fixes #6196 - outerWidth() setter broken with jQuery 1.3.2.

Changeset: 72985fbbecba2153fa56dba058740160fbd0c878