Closed Bug 1016969 Opened 10 years ago Closed 5 years ago

Breakpoint in focus event handler causes Firefox to hang

Categories

(DevTools :: Debugger, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: Honza, Unassigned)

References

(Blocks 1 open bug)

Details

STR:

1. Open Debugger on http://jqueryui.com/datepicker/
3. Select jquery-1.10.2.js
4. Create breakpoint at line 4762
5. Click inside the date field on the page
6. Breakpoint hits and the UI freezes -> BUG

If you select another browser window to make sure blur() happens and go back it works. Firebug solves this by executio

Original Firebug report here:
https://code.google.com/p/fbug/issues/detail?id=7480

Firebug solves this by executing blur()
https://github.com/firebug/firebug/commit/c8f41304a9d1ea0f26d70f4ad85782eb38c70f75

But, perhaps there is better way?

Honza
yuck. That is nasty.

Guessing there's an event our nested eventloop isn't dealing with properly.

cc'ing some folks.
OS: Windows 7 → All
Hardware: x86_64 → All
This looks similar to bug 916439.
Summary: Firefox UI blocked when a breakpoint hits in focus handler → Breakpoint in focus handler causes Firefox to hang
Summary: Breakpoint in focus handler causes Firefox to hang → Breakpoint in focus event handler causes Firefox to hang
See Also: → 916439
Blocks: dbg-dom
Product: Firefox → DevTools

This should be already fixed, closing.
Honza

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.