Skip to main content

Bug Tracker

Side navigation

#4094 closed bug (invalid)

Opened February 08, 2009 01:35PM UTC

Closed May 14, 2009 01:12AM UTC

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>

Attachments (0)
Change History (3)

Changed February 08, 2009 11:18PM UTC by aaron.gundel comment:1

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

Changed February 12, 2009 04:27AM UTC by dmethvin comment:2

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

Changed May 14, 2009 01:12AM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed

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