Closed
Bug 1208734
Opened 10 years ago
Closed 9 years ago
Do not disable context menu "Copy" in Web Console and Browser Console
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox41 wontfix, firefox42 wontfix, firefox43 wontfix, firefox44 wontfix, firefox45 wontfix, firefox46 affected, firefox47 affected, firefox48 wontfix, firefox49 affected, firefox-esr38 wontfix, firefox-esr45 affected, firefox50 affected, firefox51 affected)
RESOLVED
DUPLICATE
of bug 1158474
Tracking | Status | |
---|---|---|
firefox41 | --- | wontfix |
firefox42 | --- | wontfix |
firefox43 | --- | wontfix |
firefox44 | --- | wontfix |
firefox45 | --- | wontfix |
firefox46 | --- | affected |
firefox47 | --- | affected |
firefox48 | --- | wontfix |
firefox49 | --- | affected |
firefox-esr38 | --- | wontfix |
firefox-esr45 | --- | affected |
firefox50 | --- | affected |
firefox51 | --- | affected |
People
(Reporter: magicp.jp, Unassigned)
References
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0
Build ID: 20150925030206
Steps to reproduce:
1. Open Web Console or Browser Console
2. Select any console message
3. Open context menu by right click
Actual results:
[ Firefox 38 to 44.0a1 ]
Context menu "Copy" is disabled in the first time open. But it will become enabled after the second time.
[ Firefox 37 and lower ]
Context menu "Copy" is always disabled.
Expected results:
Context menu "Copy" is always enabled.
Status: UNCONFIRMED → NEW
Has STR: --- → yes
status-firefox41:
--- → affected
status-firefox42:
--- → affected
status-firefox43:
--- → affected
status-firefox44:
--- → affected
status-firefox-esr38:
--- → affected
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → All
Version: 44 Branch → unspecified
Summary: Context menu "Copy" is disabled in Web Console and Browser Console → Do not disable context menu "Copy" in Web Console and Browser Console
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox-esr45:
--- → affected
Comment 3•9 years ago
|
||
That's weird. We should fix it. I guess it has something to do with editMenuOverlay and cMenu_copy https://dxr.mozilla.org/mozilla-central/source/devtools/client/webconsole/webconsole.xul#85.
The second click has to happen on an actual message for the item to enable. AFAICT the webconsole isn't doing anything special with the editMenuOverlay and I don't know why the context item is disabled on the first open.
Flags: needinfo?(bgrinstead)
status-firefox50:
--- → affected
status-firefox51:
--- → affected
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•