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 38281 - a11y: JList unreachable with Ctrl-Tab in the 'Action' dialog
Summary: a11y: JList unreachable with Ctrl-Tab in the 'Action' dialog
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-12-23 10:23 UTC by bnv
Modified: 2008-12-23 10:53 UTC (History)
5 users (show)

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 bnv 2003-12-23 10:23:51 UTC
Product Version: Sun ONE Studio 8 (Build 031217)
-- Rainier build35.0
IDE Versioning:   IDE/1 spec=3.42.1 impl 031217
Operating System: SunOs version 5.8 running on sparc
Java:	         1.4.1_05

     To reproduce the bug:

1. In the main window, choose Tools->Options.
2. In the Options dialog window, highlight  IDE
Configuration | System | Object Types | C, C++,
Fortran, and Asm Data Objects node
3. On the Properties tab pane, click [...] in  Actions
4. wait for the Actions dialog

The JList is not accessible with Ctrl-Tab key.
Comment 1 Jiri Rechtacek 2004-01-05 08:51:20 UTC
Reassigned to property editors.
Comment 2 _ tboudreau 2004-01-06 16:48:38 UTC
Issue is in org.netbeans.beaninfo.DataLoaderBeanInfo$ActionsEditor
Comment 3 _ tboudreau 2004-01-07 01:11:22 UTC
Fixed in trunk.  Actually, the list was always reachable by keyboard -
just press tab, not even ctrl-tab.  But the default selection was -1,
so it gave no visual indication it had focus.  It will now set its
selection to 0 if it gets focus and there's no selection.

Checking in LoaderActionsPanel.form;
/cvs/core/src/org/netbeans/beaninfo/LoaderActionsPanel.form,v  <-- 
LoaderAction
sPanel.form
new revision: 1.6; previous revision: 1.5
done
Checking in LoaderActionsPanel.java;
/cvs/core/src/org/netbeans/beaninfo/LoaderActionsPanel.java,v  <-- 
LoaderAction
sPanel.java
new revision: 1.13; previous revision: 1.12
done
Processing log script arguments...
Mailing the commit message to cvs@core.netbeans.org (from
tboudreau@netbeans.org
)
Comment 4 Marian Mirilovic 2005-07-13 13:22:33 UTC
closed