Opened 13 years ago
Closed 12 years ago
#6687 closed bug (duplicate)
tbody always matched by :visible in IE7
Reported by: | Xegyn | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | |
Component: | selector | Version: | 1.4.2 |
Keywords: | tbody IE7 visible | Cc: | |
Blocked by: | Blocking: |
Description
The tbody tags with a 'display:none' inline style are always selected with the :visible selector $('tbody.myclass:visible') in IE7 and IE8 compatibility mode. They are correctly not selected in IE8 and Firefox 3.6.3.
Change History (1)
comment:1 Changed 12 years ago by
Priority: | → undecided |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Duplicate of #4512.