JDK-6531968 : Focus issues in JFileChooser on windows 2000 professional.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 6u1
  • Priority: P3
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: windows_2000
  • CPU: x86
  • Submitted: 2007-03-07
  • Updated: 2022-09-13
  • Resolved: 2022-09-13
Related Reports
Relates :  
Description
Bug Info:
=========

1) Need to press tab key 5 times for change the focus from 'combobox' to 'left side panel' which is having buttons in java filechooser but native filechooser is taking only one tab key press.

Expected Behavior: Focus should change from combobox to left sider panel by pressing single tab key.


2) In java filechooser, focus is traversing on shortcut icons which are right side of combobox but in native filechooser focus is not going on shortcut icons.

In java filechooser,focus is not visible whenever it goes into the shortcut icons.In this case user might get confuse to identify the focus where it is available.

Expected Behavior: Focus should visible when it goes into the shortcut icons or otherwise don't allow the focus on shortcut icons like native.

3) In java filechooser, the focus lead border which has represents with dots is traversing from one button to another button while pressing arrow keys in left side panel but in native file chooser,the embossed border is traversing from one button to another button.But in java file chooser the embossed border is traversing only for mouse rollovers but in the native is happing for both mouse rollover and arrow keys.

Expected Behavior: Embossed lead border should traverse on button for both mouse and key operations.

I am seeing all the above odd behaviors in windows 2000 professional.

JDK Info:
=========
java version "1.6.0_01"
Java(TM) SE Runtime Environment (build 1.6.0_01-b04)
Java HotSpot(TM) Client VM (build 1.6.0_01-b04, mixed mode, sharing)