#7807 closed bug (duplicate)
BUG - selector with context in Jquery 1.4.4
Reported by: | raziel057 | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | selector | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
There is a problem when creating a selector with a context (2nd parameter) which contains an id attribute with a dot or space.
See the following case: http://jsfiddle.net/pWzPu/4/
It works with Jquery 1.4.3 but not in 1.4.4.
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | 1.next → 1.4.5 |
Priority: | undecided → high |
Resolution: | → duplicate |
Status: | new → closed |
comment:3 Changed 12 years ago by
Version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
comment:4 Changed 12 years ago by
Milestone: | 1.4.5 → 1.5 |
---|
There was no 1.4.5 release, was actually 1.5.
Note: See
TracTickets for help on using
tickets.
Thanks for taking the time to contribute to the jQuery project by writing a bug report. This is a known bug an has been reported numerous times already. Please consider following the procedure described in How to report bugs then you should have found one of the duplicate reports and you would also have found that this is already fixed in the WIP version. test case with jQuery WIP version.
Btw. the id of the second tr in your test case is invalid, as id's can't contain spaces (HTML 5: The id attribute)