Closed
Bug 892375
Opened 12 years ago
Closed 10 years ago
DevTools Console Net doesn't allow opening URLs on first click
Categories
(DevTools :: Console, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: cpuidle, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:23.0) Gecko/20100101 Firefox/23.0 (Beta/Release)
Build ID: 20130703181823
Steps to reproduce:
1. Open DevTools Console an run some network requests.
2. Right-click any request
Actual results:
"Open URL in new tab" and "Copy link location" are greyed out in context menu and only become accessible once request is left-clicked.
Expected results:
"Open URL in new tab" and "Copy link location" are immediately accessible.
This has already been a problem in v22, possibly v21.
Old issue, I think. Context menu entries are usable only if the request has been selected (or reloaded a 2nd time), it fails the 1st time directly after a right-click.
Component: Untriaged → Developer Tools: Console
In fact, the bug is present since http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0d3b17a88d5f&tochange=80499f04e875
OHZEKI Tetsuharu — Bug 764572 - add "Open URL" option to net panel items' context menu; r=msucan
Blocks: 764572
Reporter | ||
Comment 3•12 years ago
|
||
Sorry for missing the triage- didn't even see it in the bug creation wizard.
Comment 4•12 years ago
|
||
setting as NEW based on comment 2
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 6•12 years ago
|
||
WFM in firefox-27.0a1.en-US.win32.installer THANKS!
Flags: needinfo?(cpuidle)
Comment 7•12 years ago
|
||
Thank you for the bug report and for the retest. This bug was most likely fixed by the patch from bug 760876.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 8•12 years ago
|
||
The bug is either back or still there with a weird behaviour in 25.0.1.
To reproduce:
1. right-click link in dev tools->net and open in new tab
2. close new tab
3. right-click any other link-> "open in new tab" is now grayed out/unavailable
3. right-click any link again-> "open in new tab" is again available
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Updated•10 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 10 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•