Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 2 years ago by jitter
- Priority changed from undecided to high
- Resolution set to duplicate
- Status changed from new to closed
- Component changed from unfiled to selector
- Milestone changed from 1.next to 1.4.5
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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)