Closed
Bug 1297288
Opened 9 years ago
Closed 9 years ago
Ctrl+[, Ctrl+] in developer tools trigger page back/forward
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(firefox51 fixed)
RESOLVED
FIXED
Firefox 51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: darktrojan, Assigned: ochameau)
References
Details
Attachments
(1 file)
1.69 KB,
patch
|
jryans
:
review+
|
Details | Diff | Splinter Review |
I suspect this is caused by the same thing as bug 1292081, given the similarities.
STR:
In a browser window with some browsing history, open the devtools and press Ctrl+[. The browser loads the previous page as well as the devtools switching to the previous tool. Pressing Ctrl+] loads the next page.
Updated•9 years ago
|
:ochameau, can you triage this shortcuts issue?
Flags: needinfo?(poirot.alex)
Assignee | ||
Comment 2•9 years ago
|
||
I don't know about the priority to give, but I'll look into it.
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Flags: needinfo?(poirot.alex)
Priority: -- → P2
Assignee | ||
Comment 3•9 years ago
|
||
I looked at all usages of shorcuts.on in devtools/client/ and it seems to be the only one left that are missing some preventDefault call.
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8784006 -
Flags: review?(jryans)
Comment on attachment 8784006 [details] [diff] [review]
patch v1
Review of attachment 8784006 [details] [diff] [review]:
-----------------------------------------------------------------
Great, appears to work well here!
Attachment #8784006 -
Flags: review?(jryans) → review+
Assignee | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/dd07b7887914bf4a8b20301109f5189473bb3aaa
Bug 1297288 - Prevent all toolbox key shortcuts from triggering Firefox equivalents. r=jryans
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Comment 8•8 years ago
|
||
I've managed this issue on this bug in Nightly 50.0a1 (2016-08-22) ; (Build ID: 20160822064441)
from Ubuntu (16.04 Bit) by following comment 0's STR.
This Bug is now verified as fixed on Latest Firefox Aurora 51.0a2 (2016-09-21) (64-bit)
Build ID: 20160921004005
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0
OS: Linux 4.4.0-36-generic ; Ubuntu 16.04.1 (64 Bit)
QA Whiteboard: [bugday-20160921]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•