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 35180 - a11y: Button "..." should have ascii name and mnemonic
Summary: a11y: Button "..." should have ascii name and mnemonic
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 3.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-29 10:02 UTC by ccv
Modified: 2008-12-23 10:57 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 ccv 2003-07-29 10:02:23 UTC
- Tools/Setup Wizard
- Tab to Update Center page
Button "..." should have ascii name (may be Edit)
and mnemonic

Tested Window title : Setup Wizard
===============================================
Results of Accessibility test
   
 Components with no mnemonic :
  Class: javax.swing.JButton {  ... |  N/A }
Comment 1 Jiri Rechtacek 2003-07-31 17:24:42 UTC
Dafe, please look after on it in conjuction with rest A11Y issues
presently assigned to you. Thanks
Comment 2 David Simonek 2004-02-25 16:48:41 UTC
After discussions with original author of autoupdate, I removed button
... totally, in the name of good simple UI. Functionality of ...
button was nearly zero, nothing usable and moreover duplicate of what
is in options. I hope HIE guys will agree. As a side effect, A11Y
problem is gone also :-)

/cvs/autoupdate/src/org/netbeans/modules/autoupdate/Bundle.properties,v
 new revision: 1.133; previous revision: 1.132

autoupdate/src/org/netbeans/modules/autoupdate/FirstPanel.java;
new revision: 1.30; previous revision: 1.29

Removing
autoupdate/src/org/netbeans/modules/autoupdate/PropertiesDialog.form;
new revision: delete; previous revision: 1.2

Removing
autoupdate/src/org/netbeans/modules/autoupdate/PropertiesDialog.java;
new revision: delete; previous revision: 1.6

autoupdate/src/org/netbeans/modules/autoupdate/ServerPanel.form;
new revision: 1.6; previous revision: 1.5

autoupdate/src/org/netbeans/modules/autoupdate/ServerPanel.java;
new revision: 1.11; previous revision: 1.10
Comment 3 Lukas Hasik 2004-02-25 16:53:15 UTC
so it means that the '...' button disapeared from UC first pane too,
right ?
Comment 4 David Simonek 2004-02-25 17:10:35 UTC
Yes, RIP. :-)
Comment 5 Marian Mirilovic 2004-03-01 07:20:51 UTC
verified in [nb_dev](200402261900)