Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by scott.gonzalez
- Status changed from new to closed
- Summary changed from $.style error in jquery.ui.core to outerWidth() setter broken with jQuery 1.3.2
- Resolution set to fixed
- Milestone changed from TBD to 1.9
comment:3 Changed 2 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.


Fixed in 72985fb.