Closed
Bug 1322336
Opened 9 years ago
Closed 9 years ago
Scratchpad specific keyboard shortcuts trigger wrong actions
Categories
(DevTools Graveyard :: Scratchpad, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 995756
People
(Reporter: phil, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0
Build ID: 20161206004003
Steps to reproduce:
Open Scratchpad
Ensure toggle split console is set to show the Console panel
type the code: console.log("hello")
in the main window
Press Ctrl+Shift+R to "Reload and run" the code
Actual results:
The "Replace All" text entry appears.
Expected results:
The code should be reloaded and run.
You should see hello in the console panel
Other keyboard shortcuts Ctrl+R etc do not work
The context menu entries do work as expected
Comment 2•9 years ago
|
||
Thank you for the report, the issue is being tracked in bug 995756.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Component: Untriaged → Developer Tools: Scratchpad
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•