Bug Tracker

Opened 14 years ago

Closed 14 years ago

#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:
Blocked by: Blocking:

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 (3)

comment:1 Changed 14 years ago by aaron.gundel

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

comment:2 Changed 14 years ago by dmethvin

demon101, can you provide another test case? Was this part of a larger page that wasn't working?

comment:3 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed

Closed due to inactivity; reopen if you can attach a test case.

Note: See TracTickets for help on using tickets.