Side navigation
#1025 closed bug (fixed)
Opened March 06, 2007 08:14AM UTC
Closed March 25, 2007 12:58AM UTC
Last modified June 21, 2007 04:54AM UTC
Infinite loop from certain queries
Reported by: | kenman | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | jquery@kenman.net | |
Blocked by: | Blocking: |
Description
I'm hesitant to post this because I know its just due to my typos. I also realize that this is probably just due to the nature of the beast, but thought I'd go ahead and mention it.
Triggers 'unresponsive script' warnings in both IE6 and FF2 (XP):
$(function(){ var crash = ['[', '(', '{', '<', '()', '<>', '{}']; $.each(crash, function(i, v){ $(v); }); });
p.s. that's not actual code I was using, I had originally typo'd a css/xpath query and forgot the closing ']'.