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 75695 - [import settings dialog] - wrong tab traversal
Summary: [import settings dialog] - wrong tab traversal
Status: VERIFIED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Import Settings (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-04-28 14:16 UTC by Tomas Danek
Modified: 2008-12-22 22:59 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 Tomas Danek 2006-04-28 14:16:17 UTC
5.5 200604280200 beta, jdk 1.5.0_07, winxp (reproduced also on sol9/sparc)
-------------------
1) have some settings from 5.0
2) run 5.5 beta, you get import settings dialog, with two buttons. Default focus
is on YES.
3) now press TAB, but focus is still on YES button! You have to press TAB once
again to get to NO button.

A11Y bug probably
Comment 1 rmatous 2006-06-30 10:53:01 UTC
Just JOptionPane used in standard way. Not reproducible on Linux.
Comment 2 rmatous 2006-06-30 12:44:47 UTC
Evaluated and seems to work fine.
Comment 3 Tomas Danek 2006-06-30 12:53:58 UTC
i found that jdk matters (1.6 x 1.5), probably there are different focus
managers. Verified