#1025 closed bug (fixed)
Infinite loop from certain queries
Reported by: | kenman | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.1.3 |
Component: | core | Version: | 1.1.2 |
Keywords: | Cc: | [email protected]… | |
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); }); });
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
need: | → Test Case |
---|---|
Priority: | trivial → major |
Note: See
TracTickets for help on using
tickets.
p.s. that's not actual code I was using, I had originally typo'd a css/xpath query and forgot the closing ']'.