Ticket #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.2.2 |
| Component: | ui | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
