diff options
author | Moonchild <moonchild@palemoon.org> | 2022-11-24 21:41:28 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-11-24 21:41:28 +0000 |
commit | 88f392397b884e8dca4d61570b170a2e15e569b8 (patch) | |
tree | f9f8b6e9231e0fbc7b4b6a530998f2f812f4f98d /build | |
parent | 6efb1515201f9d2d055f717ef0ebe4a0f10e2bf2 (diff) | |
download | uxp-88f392397b884e8dca4d61570b170a2e15e569b8.tar.gz |
Issue #2019 - Follow-up: Make nsPluginInstanceOwner also listen to keypress events in the system event group.
nsPluginInstanceOwner only listens to keypress events in the default event group.
However, in our changed operating mode, keypress events are not fired in the
default event group if the key does not result in something printable.
This means that nsPluginInstanceOwner should also listen to keypress events
in the system event group and should handle each keypress that way, but
only once. I.e., if a printable keypress event is received in the system event
group, it should be ignored, since it would've already been handled in the
default event group in that case.
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions