Opened 12 years ago
Closed 12 years ago
#8691 closed bug (invalid)
IE crash on addClass
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | unfiled | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → 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 ;).
comment:3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
An input as a child of TR is invalid. Remove that and it doesn't crash.
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.