Opened 10 years ago
Closed 10 years ago
#7546 closed enhancement (invalid)
inconsistent behavior using the :visible selector with height: 0px;
Reported by: | MightyFaulk | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This has probably already been brought to attention but I've noticed inconsistencies using the :visible selector on elements with a height of 0px. Chrome and IE7 will consider it visible where as IE8 and FF will not.
Change History (1)
comment:1 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Version 0, edited 10 years ago
by
(next)
Note: See
TracTickets for help on using
tickets.
Thanks for the report, but this is not a jQuery bug. IE7 and earlier refuse to allow zero-height table cells, as demonstrated in this test case. As such, the table cells are actually visible, even though you’ve tried to make them hidden, because IE refuses to play along.