Ticket #8691 (closed bug: invalid)
IE crash on addClass
| Reported by: | NielsJQuery@… | Owned by: | NielsJQuery@… |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.next |
| Component: | unfiled | Version: | 1.5.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
This could also be an IE bug, but when loading the page http://s07.smile.nl/test/Crash.html in IE8 my browser crashes. It seems to have something to do with adding the 'hidden' class on a table-row.
I have http://code.jquery.com and http://s07.smile.nl as trusted sites.
Change History
comment:1 Changed 2 years ago by dmethvin
- Owner set to NielsJQuery@…
- Status changed from new to pending
comment:2 Changed 2 years ago by NielsJQuery@…
- Status changed from pending to new
This seems to be the minimal amount of code required to crash IE8. Placing the '<input type="hidden" />' tags within the table cells seems to solve the problem (which is what I did to solve the crash in my website). My problem is solved, but the crash isn't ;).
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I am able to repro in IE8 as well. Can you reduce this to the smallest possible test case? If possible, something in jsFiddle but a standalone but simple page would be helpful as well.