Opened 11 years ago
Closed 11 years ago
#11748 closed bug (cantfix)
ie7 set display = table
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
if you set display to table in ie7 the table disappears
check this jsfiddle in ie7
Change History (3)
comment:1 Changed 11 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
checking for ie7 and using block instead of table seems to give the expected result
comment:3 Changed 11 years ago by
Resolution: | → cantfix |
---|---|
Status: | new → closed |
Unfortunately, IE6/7 don't support display: table
so your solution is the best you can do.
Note: See
TracTickets for help on using
tickets.
Okay... since you reported this as a bug, what are you proposing that jQuery do?