JDK-6572681 : Focus is not traversing on view menu button in JFileChooser.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2007-06-22
  • Updated: 2011-01-19
  • Resolved: 2007-10-03
Related Reports
Duplicate :  
Description
Bug Info:
=========
I was trying to select the view menu button by placing the focus using keyboard.But the focus is not traversing on view menu button by using arrow or tab keys.

OS: WindowsXP
Themes: Both xp and classic themes.

JDK Info:
=========
java version "1.7.0-internal"
Java(TM) SE Runtime Environment (build 1.7.0-internal-jcg-integrator_18_Jun_2007_16_52-b00)
Java HotSpot(TM) Client VM (build 1.7.0-ea-b13, mixed mode)

Steps to Reproduce:
===================
1. Launch the filechooser demo.
2. Open the filechooser dialog
3. Place the focus on 'Look in' combobox by mouse click.
4. Now keep press right arrow key.

Expected Results:
=================
The focus should traverse on all the widgets in the toolbar and it should show highlighted effect whenever it gains the focus.

Actual Results:
===============
The focus is traversing on all the widgets except on view menu button and all the widgets are highlighted except view menu button whenever it gains the focus.