Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#6196 closed bug (fixed)

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?

Change History (3)

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

Milestone: TBD1.9
Resolution: fixed
Status: newclosed
Summary: $.style error in jquery.ui.coreouterWidth() setter broken with jQuery 1.3.2

Fixed in 72985fb.

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

Milestone: 1.91.8.6

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

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

Note: See TracTickets for help on using tickets.