Skip to main content

Bug Tracker

Side navigation

#9681 closed bug (wontfix)

Opened June 28, 2011 01:02AM UTC

Closed July 11, 2011 09:40PM UTC

jQuery freezes on chrome when calling $($)

Reported by: fernandezpablo85@gmail.com Owned by:
Priority: low Milestone: 1.next
Component: misc Version: 1.6.1
Keywords: needsreview Cc:
Blocked by: Blocking:
Description

On the latest chrome calling

$($);

Freezes the browser.

I know that this is not common usage of the library, but the outcome it's a frozen browser and the only solution is to force close the tab.

See it for yourself:

http://jsfiddle.net/nZN9Y/

Also the pull request to solve this simple issue is here:

https://github.com/jquery/jquery/pull/423

Thanks for the wonderful library!

Pablo

Attachments (0)
Change History (4)

Changed June 28, 2011 02:12AM UTC by rwaldron comment:1

component: unfiledmisc
priority: undecidedlow

Changed June 29, 2011 07:18PM UTC by timmywil comment:2

keywords: → needsreview
status: newopen

Changed June 29, 2011 08:46PM UTC by anonymous comment:3

Replying to [ticket:9681 fernandezpablo85@…]:

On the latest chrome calling $($); Freezes the browser. I know that this is not common usage of the library, but the outcome it's a frozen browser and the only solution is to force close the tab. See it for yourself: http://jsfiddle.net/nZN9Y/ Also the pull request to solve this simple issue is here: https://github.com/jquery/jquery/pull/423 Thanks for the wonderful library! Pablo

Here's the updated pull request (with tests and correct whitespace formatting):

https://github.com/jquery/jquery/pull/424

Cheers

Changed July 11, 2011 09:40PM UTC by ajpiano comment:4

resolution: → wontfix
status: openclosed

Thanks for your time and interest in helping the jQuery project, but the consensus at the bug triage sprint today was that we shouldn't handle this edge case - there's no fathomable reason to do this in the first place.