-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
7u17, 7u79, 8
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8014548 | 7-pool | Dmitry Cherepanov | P3 | Closed | Won't Fix |
After we have switched to using InputMethods for embedded applets in JDK-7156194, Key events are generated synthetically in AWT/FX code. This caused a lot of issues, regressions and code duplication between FX and AWT.
It is suggested to make a proper implementation for the KeyEvent generation on the deploy side. It should be synchronized with changes both in FX and AWT.
Currently known issues:
1. Some of the buttons (backspace) does not generate KeyReleased events
2. Holding a key makes a loop of pressed->typed->released events which is inconsistent with the behavior of a Window-based app.
3. Firefox has a bug which generates additional KeyReleased events when typing very fast.
It is suggested to make a proper implementation for the KeyEvent generation on the deploy side. It should be synchronized with changes both in FX and AWT.
Currently known issues:
1. Some of the buttons (backspace) does not generate KeyReleased events
2. Holding a key makes a loop of pressed->typed->released events which is inconsistent with the behavior of a Window-based app.
3. Firefox has a bug which generates additional KeyReleased events when typing very fast.
- backported by
-
JDK-8014548 [macosx] Fix KeyEvent generation
- Closed
- duplicates
-
JDK-8042472 [macosx] Fix failed for JDK-8013948, cannot type into online games
- Closed
- relates to
-
JDK-8010009 [macosx] Unable type into online word games on MacOSX
- Closed
-
JDK-8013948 [macosx] Unable type into online word games on MacOSX on Safari
- Resolved
-
JDK-7156194 [macosx] Can't type non-ASCII characters into applets
- Closed