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:
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 comment:1
component: | unfiled → misc |
---|---|
priority: | undecided → low |
Changed June 29, 2011 07:18PM UTC by comment:2
keywords: | → needsreview |
---|---|
status: | new → open |
Changed June 29, 2011 08:46PM UTC by 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 comment:4
resolution: | → wontfix |
---|---|
status: | open → closed |
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.