Side navigation
#6687 closed bug (duplicate)
Opened June 17, 2010 09:07PM UTC
Closed October 07, 2010 07:32PM UTC
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.
Attachments (0)
Change History (1)
Changed October 07, 2010 07:32PM UTC by comment:1
| priority: | → undecided |
|---|---|
| resolution: | → duplicate |
| status: | new → closed |
Duplicate of #4512.