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 54567 - [A11Y] Combobox drop down not activated by keyboard in Create Table... dialog
Summary: [A11Y] Combobox drop down not activated by keyboard in Create Table... dialog
Status: CLOSED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: A11Y
: 64761 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-04 19:04 UTC by Ann Sunhachawee
Modified: 2006-03-24 10:11 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 Ann Sunhachawee 2005-02-04 19:04:30 UTC
Using NB4.0 with JDK5

Launch the Create Table... dialog from a Table
folder within a DB connection in the Runtime tab.

The Data Type column has a combobox editor, but
the dropdown cannot be triggered by any keyboard
event, AFAIK. 

I can put focus in the cell, and push ctrl-down
arrow to get the dropdown button to appear, but
after that, i cannot use spacebar to pop open the
dropdown, nor use arrow keys to scroll through the
dropdown list

This issue affects accessibility, and not to
mention is annoying when trying to follow
tutorials like
http://www.netbeans.org/kb/using-netbeans/40/dbconn.html#createtable
and not being able to do most things from the
keyboard.
Comment 1 Pavel Flaska 2005-03-21 16:09:40 UTC
I still do not know how to fix this issue. If you try the demo from swing
tutorial, you will see that it does not work in it too:
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html#combobox

I know that it works e.g. in Properties tab in NetBeans. But it seems there is
not fast fix.
Comment 2 Andrei Badea 2005-10-07 15:43:27 UTC
*** Issue 64761 has been marked as a duplicate of this issue. ***
Comment 3 pgebauer 2005-11-09 13:24:56 UTC
Use the following steps and a fix will not be needed (I guess).

1. Put focus on Data Type column cell.
2. Press Shift-F10
3. Press Ctrl-Tab and again Ctrl-Tab
4. Press ArrowDown and select required Data Type.
Comment 4 Andrei Badea 2005-11-09 14:31:46 UTC
You are right. BTW there is another way: put the focus on Data Type and press F2
and then ArrowDown. The NetBeans HIEs still consider this an accesibility issue,
but I can't remember why right now :-) I think they expect the Space key to show
the combobox list.
Comment 5 pgebauer 2005-11-23 14:46:38 UTC
Checking in CreateTableDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/CreateTableDialog.java,v  <-- 
CreateTableDialog.java
new revision: 1.41; previous revision: 1.40
done
Comment 6 Lukasz Grela 2006-01-16 12:46:22 UTC
this issue will be marked as verified because it's quite old