Open
Bug 1327677
Opened 9 years ago
Updated 3 years ago
(e10s-specific) hang tab VS devtools- Can't close devtools when tab is busy
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
References
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url [1]
2. Click on the button
3. In less than 10 seconds: click in urlbar, press F12, then click on close button in devtools
AR: Step 3, when I click on close button in devtools - no visible action
ER: Step 3 - devtools should close when I click on close button
> [1] data:text/html,<title>Ready</title><script>function Busy(){document.title=Date.now()+" "+"Busy";setTimeout(function(){var D=Date.now()+(+I.value);while(Date.now()<D){}document.title=Date.now()+" "+"Ready";},10)}</script><button id="B" onclick="Busy()">Busy</button><br>Timeout: <input id="I" value="10000"> milliseconds
It's an unfortunate issue, but I am not sure how much we can do...
:ochameau, maybe you see an approach?
Flags: needinfo?(poirot.alex)
Priority: -- → P3
See Also: → 1327717
Flags: needinfo?(poirot.alex)
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•