#3865 closed bug (duplicate)
After jQuery update to v1.3 - Infinite loop cause Firefox hangs and IE error.
Reported by: | soswow | Owned by: | john |
---|---|---|---|
Priority: | critical | Milestone: | 1.3.1 |
Component: | selector | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
After updating to jQuery to version 1.3 my old script start killing Firefox and cause IE error.
Try to run this code with jQuery 1.3:
$(function(){ $("#main LI:not(.current) A").css("background-color","gray"); });
With HTML:
<div id="main">
<ul>
<li class="current"><a href="#">Current</a></li> <li class="item"><a href="#">Item</a></li> <li class="item"><a href="#">Item</a></li>
</ul>
</div>
And you get Firefox fail. IE with text: "Stop running this script?
A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer may bacome unresponsive"
Chrome works fine.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | test2.html added |
---|
comment:1 Changed 14 years ago by
Milestone: | 1.3 → 1.3.1 |
---|---|
Version: | → 1.3 |
comment:2 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Ok, it looks like this is a duplicate of #3837.
comment:3 Changed 14 years ago by
john, Yes. Sorry, I realy tried to use search before creating new ticket. Next time I will be more considerate.
Reproduction test file