Bug Tracker

Modify

Ticket #9276 (closed bug: worksforme)

Opened 2 years ago

Last modified 2 years ago

JQuery.show issue on IE9

Reported by: kmcsekar@… Owned by:
Priority: low Milestone: 1.next
Component: effects Version:
Keywords: Cc:
Blocking: Blocked by:

Description

On certain div elements in DOM, JQuery(#div_element).show('drop',300) hangs IE9.

The div_element contains JQuery Tree component. (Eg:jQuery('#treeFeatureContainer').show("drop", 300);)

The above issue is resolved by following workaround, JQuery(#div_element).delay(0).show('drop',300)

but we need to fix the actual problem.

This issue happens only on IE9. Not on IE6/7/8 and firefox.

Version: 1.8.6

Change History

comment:1 Changed 2 years ago by anonymous

Sorry. The JQuery Version is 1.4.1

comment:2 Changed 2 years ago by kmcsekar@…

Sorry. The JQuery Version is 1.4.1

comment:3 Changed 2 years ago by addyosmani

  • Priority changed from undecided to low
  • Resolution set to worksforme
  • Status changed from new to closed
  • Component changed from unfiled to effects

Thanks for submitting a ticket to the jQuery Project. We generally don't handle tickets related to jQuery UI, however I've put together a test case here that uses the same code you've provided  http://jsfiddle.net/aMvf6/2/ and this is working fine across all browsers including IE9. I can only assume that you are either not using the latest version of jQuery (1.6.1) or not using the latest version of UI. Please double check these.

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.