Side navigation
#7807 closed bug (duplicate)
Opened December 19, 2010 03:37PM UTC
Closed December 19, 2010 06:28PM UTC
Last modified January 31, 2011 05:55PM UTC
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.
Attachments (0)
Change History (4)
Changed December 19, 2010 06:28PM UTC by comment:1
component: | unfiled → selector |
---|---|
milestone: | 1.next → 1.4.5 |
priority: | undecided → high |
resolution: | → duplicate |
status: | new → closed |
Changed January 31, 2011 05:53PM UTC by comment:3
version: | 1.4.4 → 1.5 |
---|
There wasn't a 1.4.5 release, was actually 1.5.
Changed January 31, 2011 05:55PM UTC by comment:4
milestone: | 1.4.5 → 1.5 |
---|
There was no 1.4.5 release, was actually 1.5.
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)