id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
11842	using find(with selectos and filter :not(with some selectors) )	biavatipaolo@…	biavatipaolo@gmail.com	"this instruction works (only one selector in :not filter) 

ie: $('#menuStato > li > a').find('+ ul > li:not(.toggleMenuActions)')

when i use the :not filter with two or more class selector inside separated by ','  
on a selector that start with '+' 
in a find function

 the result is an empty array

ie: $('#menuStato > li > a').find('+ ul > li:not(.toggleMenuActions, .toggleMenuFooter, .nascosto)')

The same instruction written like the follow works... (i just moved the ' > a ' from the fist brackets to the second one

ie: $('#menuStato > li').find(' > a + ul > li:not(.toggleMenuActions, .toggleMenuFooter, .nascosto)')

"	bug	closed	high	None	selector	1.7.2	duplicate				
