Bug Tracker

Opened 12 years ago

Closed 12 years ago

#8691 closed bug (invalid)

IE crash on addClass

Reported by: [email protected] Owned by: [email protected]
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 dmethvin

Owner: set to [email protected]
Status: newpending

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.

comment:2 Changed 12 years ago by [email protected]

Status: pendingnew

http://jsfiddle.net/ngM7V/

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 dmethvin

Resolution: invalid
Status: newclosed

An input as a child of TR is invalid. Remove that and it doesn't crash.

Note: See TracTickets for help on using tickets.