JDK-6509283 : REGRESSION:A JTextField does not receive the focus and not possible to enter text
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 6u1
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-01-03
  • Updated: 2010-04-26
  • Resolved: 2007-01-06
Related Reports
Duplicate :  
Description
With Java VM 1.6.0_01-ea-b01 we have the follow regressions. The problem occur not with the final 1.6.
 
A JTextField does not receive the focus and it is impossible to enter text in it.
The problem occur only with an applet. In a standalone application it work. To reproduce the problem I have attached a sample. With a double click on the index.html you can see it in a browser. In the large text filed you can't enter text with the 1.6.0_01-ea-b01. We have test it with Firefox 2.001 and IE 7.0 on Windows.