Closed
Bug 1279541
Opened 9 years ago
Closed 5 years ago
Developer Tools Hang on Breakpoint during onblur
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: eric.brandel, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
257 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.102 Safari/537.36
Steps to reproduce:
Adding a breakpoint in an onblur event causes the current tab to become unresponsive (unable to click anything in the tab, including the Click To Resume (play) button). When the tab and/or browser loses focus, the tab will then become responsive again.
In the attached example, adding a breakpoint at line 10 exhibits the behavior.
Actual results:
The browser tab hangs.
Expected results:
The browser tab should not hang.
| Reporter | ||
Updated•9 years ago
|
Component: Untriaged → Developer Tools: Debugger
Comment 1•9 years ago
|
||
At first glance, this sounds like a nested event loop problem.
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Priority: P2 → P3
Comment 2•6 years ago
|
||
hi ,
can anybody suggest me how to setup a developer environment , at least name of the tools , i am very much interested to see the coding flow and future i can also become a contributor or supporter ,
i saw some reference for build system , i tried to do that .
but the real thing i am looking for some platform where i can edit the code or debug the code , so kindly requesting any one to help me in this regards..plzz
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•