Bug Tracker

Opened 12 years ago

Closed 12 years ago

#9681 closed bug (wontfix)

jQuery freezes on chrome when calling $($)

Reported by: fernandezpablo85@… 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

Change History (4)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledmisc
Priority: undecidedlow

comment:2 Changed 12 years ago by Timmy Willison

Keywords: needsreview added
Status: newopen

comment:3 in reply to:  description Changed 12 years ago by anonymous

Replying to 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

comment:4 Changed 12 years ago by ajpiano

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.

Note: See TracTickets for help on using tickets.