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)

defect
Not set
normal

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.
Component: Untriaged → Developer Tools: Console
Status: UNCONFIRMED → NEW
Has STR: --- → yes
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
Long outstanding problem
Has Regression Range: --- → yes
Depends on: 760876
Flags: needinfo?(bgrinstead)
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: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.