Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12896 closed bug (notabug)

Hiding a tr crashes IE8

Reported by: pnascimento@… 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 Timmy Willison

Component: unfiledeffects
Milestone: None1.9
Priority: undecidedblocker
Status: newopen

Confirmed. Reduced and using edge: http://jsfiddle.net/timmywil/hqjfv/12/

comment:2 Changed 11 years ago by gregorio.kusowski@…

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 dmethvin

Resolution: notabug
Status: openclosed

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.