id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
8773	jQuery.support.optSelected bug	panasenko.oleksandr@…	panasenko.oleksandr@gmail.com	"jQuery.support.optSelected does not work correctly in IE, it returns ""false"" (for pseudo element) but I got ""true"" (for real element). For example I propose to look at the small test in the different browsers(IE6-8, Opera, Safari and FF) [http://www.khai202.ho.ua/opt_selected_bug.html].

I got following results:
- IE6 : false , false , true , true;
- IE7 : false , false , true , true;
- Chrome 10.0.648.204 : true, true, true , true;
- Opera 11.01 : true, true, true , true;
- Safari 5.0.3 : true, true, true , true;

To fix this bug you should replace reference to option through childNodes. Then this .optSelected property will not be necessary.


"	bug	closed	low	1.next	support	1.5.2	invalid				
