JDK-6463913 : IE 6 tabbing out of applet with JRE 1.5.0_08
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 5.0,6
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_2000,windows_xp
  • CPU: generic,x86
  • Submitted: 2006-08-25
  • Updated: 2014-02-27
  • Resolved: 2010-09-09
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
Java Plug-in 1.5.0_08
Using JRE version 1.5.0_08 Java HotSpot(TM) Client VM

ADDITIONAL OS VERSION INFORMATION :
Windows XP
IE 6

A DESCRIPTION OF THE PROBLEM :
I just upgraded JRE 1.5.0 from update 7 to update 8 and the tab key no longer works in applets in Internet Explorer 6 (it works as before in Firefox).

For example, if you go on http://www.bestcrosswords.com/ and load a puzzle, the tab key is supposed to move you from word to word but instead it takes the focus out of the applet and starts iterating the links on the page.

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
1) Load a puzzle from http://www.bestcrosswords.com/
2) Give focus to the applet
3) Use the tab key

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The applet should tab between words
ACTUAL -
The applet loses focus and the browser starts iterating the links of the page.

REPRODUCIBILITY :
This bug can be reproduced always.

Comments
EVALUATION I don't see a regression here. When page is loaded, the focus is on the page and TAB key traverses through the focusable components on the page. If user clicks on the applet, TAB key starts traversing through applet's componenets. I've tried this with 1.5.0 u5 and 1.5.0u8 - both have similar behavior. I am not sure at the moment that this is correct behavior, but it seems to be consistent through the releases. I will investigate further to determine if this is correct behavior.
07-09-2006