Side navigation
#8691 closed bug (invalid)
Opened March 29, 2011 12:31PM UTC
Closed March 30, 2011 03:41PM UTC
IE crash on addClass
Reported by: | NielsJQuery@vdweem.com | Owned by: | NielsJQuery@vdweem.com |
---|---|---|---|
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.
Attachments (0)
Change History (3)
Changed March 29, 2011 12:45PM UTC by comment:1
owner: | → NielsJQuery@vdweem.com |
---|---|
status: | new → pending |
Changed March 30, 2011 01:27PM UTC by comment:2
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 ;).
Changed March 30, 2011 03:41PM UTC by comment:3
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.