Side navigation
#3865 closed bug (duplicate)
Opened January 15, 2009 10:04AM UTC
Closed January 15, 2009 02:05PM UTC
Last modified March 15, 2012 02:55PM UTC
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 (3)
Changed January 15, 2009 01:45PM UTC by comment:1
milestone: | 1.3 → 1.3.1 |
---|---|
version: | → 1.3 |
Changed January 15, 2009 02:05PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Ok, it looks like this is a duplicate of #3837.
Changed January 15, 2009 02:13PM UTC by comment:3
john, Yes. Sorry, I realy tried to use search before creating new ticket. Next time I will be more considerate.