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)

defect
Not set
normal

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
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: nobody → ywu
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.
Group: mozilla-employee-confidential
(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
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.