JDK-5029338 : REGRESSION: Applet steals focus of window after loading
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 1.4.2
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2004-04-09
  • Updated: 2004-04-09
  • Resolved: 2004-04-09
Related Reports
Duplicate :  
Description

Name: gm110360			Date: 04/08/2004


FULL PRODUCT VERSION :
java version "1.4.2_04"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_04-b05)
Java HotSpot(TM) Client VM (build 1.4.2_04-b05, mixed mode)

ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows XP [Version 5.1.2600]

A DESCRIPTION OF THE PROBLEM :
When an applet loads on any page it takes the focus so ther user loses the ability to scroll the window or tab between form fields unless the user uses the mouse to click in the window. This makes it virtually useless for users in a enterpise intranet to use a web application for data entry with applets on the page. This was not the behavior in jre 1.3.1_08

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Load any page with an applet in Internet Explorer 6.

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The applet should not "steal" the focus of the window.
ACTUAL -
The applet takes focus after loading disabling normal use of the keyboard and mouse controls in the web page.

REPRODUCIBILITY :
This bug can be reproduced always.

---------- BEGIN SOURCE ----------
any applet
---------- END SOURCE ----------

Release Regression From : 1.3.1
The above release value was the last known release where this 
bug was known to work. Since then there has been a regression.

(Incident Review ID: 244445) 
======================================================================