Closed Bug 1197599 Opened 9 years ago Closed 3 years ago

Unable to Open Developer Tools with F12 shortcut

Categories

(Core :: DOM: UI Events & Focus Handling, defect)

x86_64
Windows 8.1
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: nissan4321, Unassigned)

References

()

Details

User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0
Build ID: 20150822030206

Steps to reproduce:

1) Enter: http://cheatspirates.com/swordsman-hack-free-gold-and-sycee-cheats/
2) Try to open Developer Tools with the F12 shortcut
3) Nothing happens.


Actual results:

Developer Tools didn't open after pressing the F12 shortcut.


Expected results:

Developer Tools should have opened after pressing the F12 shortcut.
Component: Untriaged → Developer Tools
OS: Unspecified → Windows 8.1
Hardware: Unspecified → x86_64
Component: Developer Tools → Keyboard: Navigation
Product: Firefox → Core
Reproduced on Linux in Firefox 39.0.3 as well as Nightly build of 24/08/2015 (including safe mode, clean profile).
Status: UNCONFIRMED → NEW
Ever confirmed: true
The page has a keydown handler on document which listens for this key among others:

document.onkeydown=function(e){e=e||window.event;if(e.keyCode==123||e.keyCode==18){return false}}
The tools can still be opened via menus, so it's just the key shortcut that is affected.
See also bug 1052569, bug 380637. Though I haven't noticed F12 or Ctrl+Shift+I there.
Component: Keyboard: Navigation → User events and focus handling

F12 opens the developer tools for me with Firefox 84.

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.