This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 62761 - [quickfilechooser] is almost unusable under latest JDK 1.6 builds
Summary: [quickfilechooser] is almost unusable under latest JDK 1.6 builds
Status: CLOSED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Quick Filechooser (show other bugs)
Version: 5.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-22 11:59 UTC by Martin Krauskopf
Modified: 2006-10-27 09:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Krauskopf 2005-08-22 11:59:40 UTC
Because pressing TAB move focus to a next component and therefore quickfile
chooser becomes almost standard chooser. It firstly happens in b46 - but not
sure at all, since NB was unusable with those JDKs as you know. Easily
reproduced under b48.
Comment 1 Jesse Glick 2005-08-22 22:15:40 UTC
Reproduced in b46, not b45. Cannot find anything here:

https://mustang.dev.java.net/files/documents/2817/18337/mustang-b46.html

except perhaps

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6281628
Comment 2 Jesse Glick 2005-08-26 18:22:16 UTC
Actually it was

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4226243

and I understand the problem now. I was setting focus traversal keys on a
component rather than its focus cycle root, which is apparently unexpected.
Comment 3 Jesse Glick 2005-08-26 18:29:25 UTC
Should be fixed now in CVS, and AU soon.
Comment 4 Jesse Glick 2005-08-26 19:21:32 UTC
JDK bug was already filed.
Comment 5 Martin Krauskopf 2005-08-29 10:52:58 UTC
yup, v/c