Closed
Bug 1302349
Opened 9 years ago
Closed 8 years ago
[jsplugin] Keyboard shortcuts/combination keys don't work
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whsu, Assigned: ywu)
Details
# Description
User cannot use keyboard shortcuts/combination keys to change PDF page/view.
e.g.,
Fn + ← = Home
Fn + → = End
Fn + ↑ = Pg up
Fn + ↓ = Pg down
# Steps to reproduce
01. Open "https://www.irs.gov/pub/irs-pdf/f1040.pdf" by using plug-in
02. Use following combination keys to change PDF view/page
Fn + ← = Home
Fn + → = End
Fn + ↑ = Pg up
Fn + ↓ = Pg down
03. Select an input field
04. Use following combination keys to change PDF view/page
Fn + ← = Home
Fn + → = End
Fn + ↑ = Pg up
Fn + ↓ = Pg down
# Actual result:
In step 2, nothing happens. User cannot use combination keys to change PDF view/page.
In step 4, input field displays characters (P, H, E)
# Expected Result:
User can use keyboard shortcuts/combination keys to change PDF page/view.
# Test Environment
Mac OS X 10.10.5
| Reporter | ||
Comment 1•9 years ago
|
||
Select an input field, and then press "esc". The input field displays "E".
It seems to me that it causes by the same root cause.
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ywu
| Assignee | ||
Comment 2•9 years ago
|
||
As I already modified our implementation, I think the input field displays characters (P, H, E) when uses input functional key is solved. However, I would check again.
Updated•8 years ago
|
Group: mozilla-employee-confidential
| Assignee | ||
Comment 3•8 years ago
|
||
(1) The showing of the redundant characters has been fixed. Please refer to "PPB_KeyboardInputEvent" implementation.
(2) Fn + ← = Home
Fn + → = End
Fn + ↑ = Pg up
Fn + ↓ = Pg down
These four keyboard shortcuts are working now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•