Ticket #9276 (closed bug: worksforme)
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: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.

Sorry. The JQuery Version is 1.4.1