id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
3803,"if the ID of an element contains a dot ("".""), it's ancestores are not selectable by tag",ghum,john,"regression:

within 1.2.6
$(""#i7922\\.dxa input"")
selects all input-elements below the element with the ID i7922.dxa

within 1.3.beta1
$(""#i7922\\.dxa input"")
does not select any input element below the element with ""i7922.dxa""

For elements WITHOUT an escaped ""."" all is still fine.

The attached sample demonstrates the problem


",bug,closed,major,1.3,selector,1.2.6,fixed,regression escaped dot id ancestors,,,
