Skip to main content

Bug Tracker

Side navigation

#1543 closed bug (fixed)

Opened August 27, 2007 03:55AM UTC

Closed August 30, 2007 10:26PM UTC

Find bug incorrectly matches certain IDs

Reported by: yehuda Owned by: john
Priority: major Milestone: 1.2
Component: core Version: 1.1.4
Keywords: Cc:
Blocked by: Blocking:
Description

$("div#foo") doesn't match <p id="foo">

However,

$("body").find("div#foo") does.

Attachments (0)
Change History (2)

Changed August 27, 2007 03:55AM UTC by john comment:1

owner: → john

Changed August 30, 2007 10:26PM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN rev [2920].