Search and Top Navigation
#1772 closed bug (fixed)
Opened October 04, 2007 11:27AM UTC
Closed January 24, 2008 07:03PM UTC
Last modified February 26, 2009 11:11AM UTC
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'
});
});
Attachments (0)
Change History (4)
Changed October 14, 2007 07:14PM UTC by comment:1
| owner: | paul → joern |
|---|
Changed January 24, 2008 07:03PM UTC by comment:2
| component: | dimensions → ui |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
Fixed in latest revision, soon to be released as jQuery UI 1.1 beta.
Changed May 24, 2008 03:39AM UTC by comment:3
| milestone: | 1.2.2 |
|---|
Milestone 1.2.2 deleted
Changed February 26, 2009 11:11AM UTC by comment:4
| milestone: | → 1.5 |
|---|