Bug Tracker

Modify

Ticket #1772 (closed bug: fixed)

Opened 6 years ago

Last modified 5 years ago

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

comment:1 Changed 6 years ago by paul

  • Owner changed from paul to joern

comment:2 Changed 5 years ago by joern

  • Status changed from new to closed
  • Resolution set to fixed
  • Component changed from dimensions to ui

Fixed in latest revision, soon to be released as jQuery UI 1.1 beta.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.