#1772 closed bug (fixed)
accordion/dimensions - Object doesn't support this property or method in IE6/7
Reported by: | catch | Owned by: | joern |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I've been using jquery 2.1, ui.accordion.js and jquery.dimensions.js - everything works fine in firefox, but in IE6/7 I get
Object doesn't support this property or method on line 169 when I click on an accordion tab - the tab moves but there's a lot of flicker. I'm assuming this is referring to jquery.dimensions.js, in which case it's the show part of:
$.ui.accordion.animations[settings.animated]({
toShow: toShow, toHide: toHide, finished: finished, down: down
});
I'm using this to define the accordion (unordered list):
$(document).ready(function(){
$("#flags") .accordion({
header: 'a.language', event: 'click' });
});
Change History (4)
comment:1 Changed 15 years ago by
Owner: | changed from paul to joern |
---|
comment:2 Changed 15 years ago by
Component: | dimensions → ui |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 Changed 14 years ago by
Milestone: | → 1.5 |
---|
Note: See
TracTickets for help on using
tickets.
Fixed in latest revision, soon to be released as jQuery UI 1.1 beta.