Side navigation
#12896 closed bug (notabug)
Opened November 14, 2012 04:46PM UTC
Closed November 19, 2012 10:52PM UTC
Hiding a tr crashes IE8
Reported by: | pnascimento@gmail.com | 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.
Attachments (0)
Change History (3)
Changed November 19, 2012 10:27PM UTC by comment:1
component: | unfiled → effects |
---|---|
milestone: | None → 1.9 |
priority: | undecided → blocker |
status: | new → open |
Changed November 19, 2012 10:46PM UTC by comment:2
My workaround to this, was to place the hidden input inside the td instead of tr. Hope this info helps.
Changed November 19, 2012 10:52PM UTC by comment:3
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.
Confirmed. Reduced and using edge: http://jsfiddle.net/timmywil/hqjfv/12/