JDK-4912618 : GTK L&F: Shift+Tab causes the JFileChosser to behave vague
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 1.4.2_01
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux_sun
  • CPU: x86
  • Submitted: 2003-08-26
  • Updated: 2003-11-11
  • Resolved: 2003-11-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_04 04Fixed
Description
Shift+Tab causes the JFileChosser to behave vague 

Steps to reproduce:
------------------
1) Run SwingSet2 on Mercury with -Dswing.gtkthemefile=<Your .gtkrc File>. Change the Look And Feel to GTK.
2) Go to FileChooser Demo. 
3) Tab to Text field. 
4) Write something in the text field say 'a'
5) Now press shift+Tab.
6) The contents of the 'File' list goes away and the focus is also not transfered to the file list which should be          transfered. 
7) After this click on any folder, it does not show any files in that folder.
 

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.2_04 tiger-beta FIXED IN: 1.4.2_04 tiger-beta INTEGRATED IN: 1.4.2_04 tiger-b28 tiger-beta
14-06-2004

EVALUATION Reproducible as described with 1.5.0b21. Control-tab works a bit better, FWIW. ###@###.### 2003-09-30 Name: omR10226 Date: 10/13/2003 We should remove only TAB from forward traversal keys of text field. When we put fileNameCompletionAction instead of '\t' should be correct KeyStroke for TAB. ======================================================================
11-06-2004