Opened 12 years ago
Closed 12 years ago
#9681 closed bug (wontfix)
jQuery freezes on chrome when calling $($)
Reported by: | 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
Change History (4)
comment:1 Changed 12 years ago by
Component: | unfiled → misc |
---|---|
Priority: | undecided → low |
comment:2 Changed 12 years ago by
Keywords: | needsreview added |
---|---|
Status: | new → open |
comment:3 Changed 12 years ago by
comment:4 Changed 12 years ago by
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.
Note: See
TracTickets for help on using
tickets.
Replying to fernandezpablo85@…:
Here's the updated pull request (with tests and correct whitespace formatting):
https://github.com/jquery/jquery/pull/424
Cheers