Modify ↓
Ticket #4094 (closed bug: invalid)
class selector don't work for multi class tables in FF & IE, but works in Opera
| Reported by: | demon101 | Owned by: | john |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.2 |
| Component: | selector | Version: | 1.3.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Example source
<table class="CSource post" width="500">
<caption>2008年3月 日本のウェブサイト利用者数ランキング</caption> <tr> <td class="CLabels">Yahoo! Sites</td> <td class="CValues">44031</td> </tr><tr> <td>Google Sites</td> <td>34305</td> </tr><tr> <td>Wikipedia Sites</td> <td>21844</td> </tr> </table> <script type='text/javascript' language='javascript' class='chartGizmo'>
jQuery(".CSource").hide();
</script>
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

I could not replicate this error with the source provided above. The tables in each browser showed up as hidden.