Bug Tracker

Modify

Ticket #4094 (closed bug: invalid)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 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 4 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 4 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

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

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.