Open
Bug 1432718
Opened 7 years ago
Updated 2 years ago
Command Ctrl+Shift+0 doesn't work on Windows
Categories
(WebExtensions :: General, defect, P3)
Tracking
(firefox58 affected, firefox59 affected, firefox60 affected, firefox63 affected, firefox64 affected, firefox65 affected)
People
(Reporter: juraj.masiar, Unassigned)
Details
Attachments
(1 file)
5.47 MB,
application/x-zip-compressed
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0
Build ID: 20180118215408
Steps to reproduce:
1) in 'manifest.json' define `"suggested_key": { "default": "Ctrl+Shift+0" }` to capture short-key "Ctrl + Shift + 0"
2) create background script file with `chrome.commands.onCommand` handler
3) press "Ctrl + Shift + 0"
Actual results:
Nothing
Expected results:
The `onCommand` handler should be called.
This works with all other numbers except "0".
There is also similar issue where all numeric keys on the numeric part of your keyboard doesn't work:
https://bugzilla.mozilla.org/show_bug.cgi?id=1424708
I can reproduce this issue on Firefox 58.0.1 (20180128191252), 59.0b5 (20180128191456) and Firefox 60.0a1(20180131100706) under Win 7 64-bit.
The command "Ctrl + Shift + 0" defined in manifest.json is not working with any of the numeric key.
I was not able to reproduce this issue on Firefox Firefox 58.0.1 (20180128191252) and Firefox 60.0a1 (20180131100706) under Mac OS X 10.13.2 and Ubuntu 12.04 64-bit.
Please see the attached videos.
Status: UNCONFIRMED → NEW
status-firefox58:
--- → affected
status-firefox59:
--- → affected
status-firefox60:
--- → affected
Ever confirmed: true
OS: Unspecified → Windows
Hardware: Unspecified → All
Version: 58 Branch → Trunk
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Toolkit → WebExtensions
With the fix of Bug1424708, now only the command Ctrl+Shift+0/Numpad0 is the one that is not working for Windows.
Mac and Linux are not affected by this issue.
status-firefox63:
--- → affected
status-firefox64:
--- → affected
status-firefox65:
--- → affected
Summary: Command Ctrl+Shift+0 doesn't work → Command Ctrl+Shift+0 doesn't work on Windows
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•