Skip to main content

Bug Tracker

Side navigation

#11748 closed bug (cantfix)

Opened May 10, 2012 10:14PM UTC

Closed May 11, 2012 04:24PM UTC

ie7 set display = table

Reported by: tbrix13@uzitech.com Owned by: tbrix13@uzitech.com
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

http://jsfiddle.net/UziTech/kVNxU/2/

Attachments (0)
Change History (3)

Changed May 10, 2012 10:16PM UTC by dmethvin comment:1

owner: → tbrix13@uzitech.com
status: newpending

Okay... since you reported this as a bug, what are you proposing that jQuery do?

Changed May 11, 2012 02:45AM UTC by tbrix13@uzitech.com comment:2

status: pendingnew

checking for ie7 and using block instead of table seems to give the expected result

Changed May 11, 2012 04:24PM UTC by dmethvin comment:3

resolution: → cantfix
status: newclosed

Unfortunately, IE6/7 don't support display: table so your solution is the best you can do.