Opened 12 years ago
Closed 12 years ago
#9276 closed bug (worksforme)
JQuery.show issue on IE9
Reported by: | 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
Change History (3)
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | new → closed |
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.
Sorry. The JQuery Version is 1.4.1