Opened 11 years ago
Closed 11 years ago
#12230 closed bug (invalid)
return s(e.querySelectorAll(b), f)
Reported by: | anonymous | Owned by: | anonymous |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
chrome pauses page load when refreshing the page with inspect element, due to an error of some kind. line 1878 is highlighted when "Pretty Print" is clicked on, otherwise line 2 is highlighted in it's minified state.
Change History (4)
comment:1 Changed 11 years ago by
Owner: | set to anonymous |
---|---|
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
Just to make sure, don't toggle "pause on exceptions" on - it will also break in try/catch blocks, which jQuery uses when initializing.
comment:3 Changed 11 years ago by
Status: | new → pending |
---|
comment:4 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please, please, PLEASE provide better information. For one, that is the compressed version. Please provide a test case, preferably one at jsfiddle.net, and a better description than "an error of some kind".