Closed
Bug 1257760
Opened 9 years ago
Closed 9 years ago
[Mac] plugins shouldn't consume reserved shortcut keys of chrome
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(firefox48 fixed)
RESOLVED
FIXED
mozilla48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Assignee | ||
Comment 4•9 years ago
|
||
When a plugin has focus, TextInputHandler shouldn't send native keydown event to interpretKeyEvents of NSView. However, it should dispatch keypress events because shortcut key handlers wait following keypress event.
Review commit: https://reviewboard.mozilla.org/r/42379/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/42379/
Attachment #8734591 -
Flags: review?(m_kato)
Updated•9 years ago
|
Attachment #8734591 -
Flags: review?(m_kato) → review+
Comment 5•9 years ago
|
||
Comment on attachment 8734591 [details]
MozReview Request: Bug 1257760 TextInputHandler should dispatch keypress event even when a plugin has focus r?m_kato
https://reviewboard.mozilla.org/r/42379/#review39093
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Assignee | ||
Updated•8 years ago
|
Blocks: PluginShortcuts
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
•