Skip to main content

Bug Tracker

Side navigation

#9276 closed bug (worksforme)

Opened May 13, 2011 05:56PM UTC

Closed May 13, 2011 06:05PM UTC

JQuery.show issue on IE9

Reported by: kmcsekar@gmail.com Owned by:
Priority: low Milestone: 1.next
Component: effects Version:
Keywords: Cc:
Blocked by: Blocking:
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

Attachments (0)
Change History (3)

Changed May 13, 2011 05:58PM UTC by anonymous comment:1

Sorry. The JQuery Version is 1.4.1

Changed May 13, 2011 05:59PM UTC by kmcsekar@gmail.com comment:2

Sorry. The JQuery Version is 1.4.1

Changed May 13, 2011 06:05PM UTC by addyosmani comment:3

component: unfiledeffects
priority: undecidedlow
resolution: → worksforme
status: newclosed

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.