Opened 11 years ago
Closed 11 years ago
#12896 closed bug (notabug)
Hiding a tr crashes IE8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | blocker | Milestone: | 1.9 |
Component: | effects | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Just click any x on the fiddle, IE8 crashes. http://jsfiddle.net/hqjfv/5/
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Milestone: | None → 1.9 |
Priority: | undecided → blocker |
Status: | new → open |
comment:2 Changed 11 years ago by
My workaround to this, was to place the hidden input inside the td instead of tr. Hope this info helps.
comment:3 Changed 11 years ago by
Resolution: | → notabug |
---|---|
Status: | open → closed |
The only things allowed inside a TR are a TH or TD. http://www.w3.org/TR/html401/struct/tables.html#h-11.2.5
I'm going to close this since the original document isn't valid.
Note: See
TracTickets for help on using
tickets.
Confirmed. Reduced and using edge: http://jsfiddle.net/timmywil/hqjfv/12/