Closed
Bug 1088244
Opened 11 years ago
Closed 11 years ago
Break on a jQuery click event doesn't work if jquery is blackboxed
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 923802
People
(Reporter: canuckistani, Unassigned)
Details
STR:
1. load http://devtools-dash.paas.canuckistani.ca/
2. open the debugger and click on the 'events' sidebar
3. select 'click on #reload-btn' to break on.
4. click the reload button in the page
Actual:
The debugger won't break unless you un-blackbox jquery.
Expected:
A couple of idea to improve this:
1. for events that are bound in blockboxed files, don't allow those events to be selected in the sidebar. Instead, don't allow them to be selected, and indicate somehow that they cannot be debugged because of blackboxing
2. for jquery events in particular, can we do something similar to visual events and break in the user's code instead of jquery?
Comment 1•11 years ago
|
||
Sounds like a duplicate of bug 923802 to me.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•