Skip to main content

Bug Tracker

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);	
    });
});
Attachments (0)
Change History (3)

Changed March 06, 2007 08:18AM UTC by kenman comment:1

p.s. that's not actual code I was using, I had originally typo'd a css/xpath query and forgot the closing ']'.

Changed March 24, 2007 06:04PM UTC by john comment:2

need: → Test Case
priority: trivialmajor

Changed March 25, 2007 12:58AM UTC by john comment:3

resolution: → fixed
status: newclosed

Fixed in SVN rev [1577].