#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
Milestone: | TBD → 1.9 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Summary: | $.style error in jquery.ui.core → outerWidth() setter broken with jQuery 1.3.2 |
comment:2 Changed 12 years ago by
Milestone: | 1.9 → 1.8.6 |
---|
comment:3 Changed 12 years ago by
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.
Fixed in 72985fb.