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?
Fixed in 72985fb.