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 64759 - [A11Y] mnemonic does not work on "New Database Connection" dialog
Summary: [A11Y] mnemonic does not work on "New Database Connection" dialog
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-09-20 15:25 UTC by Daria Titova
Modified: 2005-11-21 12:06 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 Daria Titova 2005-09-20 15:25:03 UTC
On Runtime tab select Database > Drivers > JDBC-ODBC Bridge, launch popup menu
and select "Connect Using..." - "New Database Connection" dialog will be launched.
Press Alt button - you can see that there is 'a' mnemonic for Database URL, but
if you press Alt+'a' mnemonic does not work. 
Also some components have no accessible description or name.
Also all interface components (menu items, buttons, checkboxes, dialog boxes,
popup dialogs, etc.) and all components which have an associated label (e.g. all
text input fields) should have accessible name and description.
Comment 1 Andrei Badea 2005-11-16 15:53:26 UTC
Fixed by pgebauer.

Checking in resources/Bundle.properties;
/cvs/db/src/org/netbeans/modules/db/resources/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.99; previous revision: 1.98
done
Checking in explorer/dlg/SchemaPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.java,v  <-- 
SchemaPanel.java
new revision: 1.15; previous revision: 1.14
done
Checking in explorer/dlg/NewConnectionPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java,v  <--
 NewConnectionPanel.java
new revision: 1.17; previous revision: 1.16
done
Checking in explorer/dlg/NewConnectionPanel.form;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form,v  <--
 NewConnectionPanel.form
new revision: 1.7; previous revision: 1.6
done
Comment 2 Martin Schovanek 2005-11-21 12:06:52 UTC
VERIFIED