JDK-2229552 : Pressing the Enter key results in an alert tone beep when focus is TextField
  • Type: Backport
  • Backport of: JDK-7194469
  • Component: client-libs
  • Sub-Component: java.awt
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-09-07
  • Updated: 2013-08-14
  • Resolved: 2012-09-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40 b08Fixed 8Fixed
Comments
Verified
14-08-2013

EVALUATION The TextField control starts beeping on some keys pressing (enter, up, down...) after switching the EDIT control to RICHEDIT. The suggested fix disables the beeper before the RICHEDIT control keys processing and turns the beeper to the initial state after that. changeset: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/3f44e9547a6b
07-09-2012