Opened 16 years ago
Closed 16 years ago
#1543 closed bug (fixed)
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.
Change History (2)
comment:1 Changed 16 years ago by
Owner: | set to john |
---|
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN rev [2920].