Closed
Bug 1058744
Opened 11 years ago
Closed 7 years ago
[jsdbg2] Firefox UI blocked when breakpoint is hit
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sebo, Unassigned)
Details
1. Open the Debugger on http://jqueryui.com/datepicker/
2. Switch to jquery-1.10.2.js
3. Set a breakpoint at line 4762 ("eventHandle = elemData.handle = function( e ) {")
4. Click into the date picker input
=> The browser UI is not responsive anymore.
FWIW Firebug had the same problem.[1] That was fixed earlier, though now the team ran into another problem[2].
Sebastian
[1] https://code.google.com/p/fbug/issues/detail?id=7480
[2] https://code.google.com/p/fbug/issues/detail?id=7512
Reporter | ||
Comment 1•7 years ago
|
||
Not a problem anymore in current Firefox versions.
Sebastian
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•