-
Bug
-
Resolution: Fixed
-
P3
-
1.1.6, 1.2.0
-
b02
-
generic, x86, sparc
-
generic, solaris_2.5.1, solaris_2.6, windows_95, windows_nt
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2021913 | 1.3.0 | Eric Hawkes | P3 | Resolved | Fixed | beta |
focus in a JTextArea, and if I type the alt+n key sequence then *both* the accelerator is activated and an "n" gets inserted into the text. What appears to be happening is that when alt+n is typed both a KeyPressed and a KeyTyped
event get sent. KeyPressed activates the menu action correctly. The KeyTyped
event is supposed to be ignored by the TextArea, but it appears not to be.
The same thing happens with meta, but not with ctrl.
- backported by
-
JDK-2021913 Menu accelerator gets inserted into text
-
- Resolved
-
- duplicates
-
JDK-4200559 setMnemonic not consuming key...
-
- Closed
-
-
JDK-4160723 Menu's accelerator key propagates to textfields
-
- Closed
-
-
JDK-4165650 Swing-1.1beta2 - JComboBox with Java L&F has problems with posting menus.
-
- Closed
-
-
JDK-4176985 Alt-2 accelerator results in chararacter added to text area
-
- Closed
-
- relates to
-
JDK-4301105 When tried ShortCut key alt+n, n was input in Text Area.
-
- Closed
-
-
JDK-4186905 JTextPane no longer dispatches keyTyped events to a KeyListener
-
- Resolved
-
-
JDK-4193779 Modifiers not delivered with KEY_TYPED events on Solaris.
-
- Resolved
-
-
JDK-6422318 Japanese Input Dialog activated when using keyboard shortcuts
-
- Closed
-