id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
3837,Complex selector using :not()  can lead to an infinite loop,dtetto,john,"Don't know exactly which part of the selector causes the bug, but:
$('.container div:not(.excluded) div');
causes an infinite loop at line 1769 of jquery.js in Firefox 3. (It doesn't cause the loop in a recent WebKit nightly; I haven't tested in IE or Opera.)

This is a bug introduced in the RC for 1.3 (it didn't exist in beta 2, nor in jQuery 1.2).

Here's the full test case with links to some working variations to help isolate the problem:
http://www.babywhale.net/loop/final.php
",bug,closed,major,1.3.1,selector,1.3,fixed,,,,
