Skip to main content

Bug Tracker

Side navigation

#4042 closed bug (fixed)

Opened February 02, 2009 01:51PM UTC

Closed February 07, 2009 04:54PM UTC

.class selector not working in opera in some cases

Reported by: ThiefMaster Owned by: john
Priority: major Milestone: 1.3.2
Component: selector Version: 1.3.1
Keywords: opera class Cc:
Blocked by: Blocking:
Description

If an element has two similar classes, e.g. class="bugTest bug" (notice the 2nd class being the beginning of the first class), a match on the shorter class name (.bug) won't match elements with class="bugTest bug" but will match those with class="bug bugTest".

This only happens in Opera.

Attachments (1)
  • jquery.bug.html (1.1 KB) - added by ThiefMaster February 02, 2009 01:51PM UTC.

    Testcase

Change History (2)

Changed February 03, 2009 02:14AM UTC by dmethvin comment:1

need: ReviewPatch

Changed February 07, 2009 04:54PM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN rev [6178].