JDK-6320063 : 1.6.0 REGRESSION: Focus traversal key set for a TextField is getting printed
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-09-06
  • Updated: 2011-01-19
  • Resolved: 2005-10-25
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 6
6 b53Fixed
Related Reports
Relates :  
Description
This is reproducible on mustang b50 on all platforms.

I've a TextField for which the focus traversal key is set as 'A'. When the focus is on TextField, typing 'A' results in focus getting shifted to the next component, but 'A' is printed on the TextField.

To reproduce:
1. Run the attached testcase
2. Type 'A' when focus is on TextField

Comments
EVALUATION This is a regression of 4226243 4226243 was rollbacked
13-09-2005