Closed
Bug 857943
Opened 13 years ago
Closed 10 years ago
NPAPI sends KeyReleased Event in Composition mode
Categories
(Core Graveyard :: Plug-ins, defect, P3)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: petr.pchelko, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.28.10 (KHTML, like Gecko) Version/6.0.3 Safari/536.28.10
Steps to reproduce:
The NPAPI plugin is returning kNPEventStartIME in response to the KeyDown event to start the composition.
The test case is the following: 2 buttons are tapped on the keyboard almost instantly. Another way is to press the first button, hold it, than press second button, release it, release the first button.
Actual results:
The KeyReleased events are sometimes created by the browser and sent to the plugin for one of the buttons.
Expected results:
The specification states, that if kNPEventStartIME is returned, the composition starts for this key press and KeyReleased event should never come to the plugin, however this is not true for the described test case.
Updated•13 years ago
|
Component: Untriaged → Plug-ins
Product: Firefox → Core
Comment 1•13 years ago
|
||
Please provide a publicly accessible testcase that reproduces this problem.
> The NPAPI plugin ...
Which one?
Updated•13 years ago
|
Priority: -- → P3
Comment 3•10 years ago
|
||
I will close this issue due to lack of response from the reporter. Please provide a test case and reopen if this issue still persists.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Flags: needinfo?(petr.pchelko)
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•