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 65835 - [A11y] Overwrite Confirm
Summary: [A11y] Overwrite Confirm
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-04 12:40 UTC by Peter Pis
Modified: 2008-12-22 22:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A11Y description for overwrite confirm dialog (803 bytes, text/plain)
2005-10-04 12:41 UTC, Peter Pis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Pis 2005-10-04 12:40:57 UTC
System Info:
  Product Version       = NetBeans IDE Dev (Build 20051003-1049)
  Operating System      = Linux version 2.4.19-4GB running on i386
  Java; VM; Vendor      = 1.5.0_05; Java HotSpot(TM) Client VM 1.5.0_05-b05; Sun
 Microsystems Inc.

Attached file contains A11Y description for this dialog.
Comment 1 Peter Pis 2005-10-04 12:41:58 UTC
Created attachment 25504 [details]
A11Y description for overwrite confirm dialog
Comment 2 Maros Sandor 2005-10-10 15:34:58 UTC
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/ui/actions/update/GetCleanAction.java,v
 <--  GetCleanAction.java
new revision: 1.13; previous revision: 1.12
Comment 3 Peter Pis 2005-10-13 07:30:14 UTC
Reopen.

" Components with no mnemonic :
   Class: javax.swing.JButton {  No |  No button }  [206,100]"
Comment 4 Maros Sandor 2005-10-13 15:21:55 UTC
I am using standard NotifyDescriptor with NotifyDescriptor.YES_NO_OPTION option
type and null options array. Mnemonics should be supplied by the DialogDisplayer.
Comment 5 Jiri Rechtacek 2005-10-14 07:47:00 UTC
By Java A11Y guidelines the default buttons Yes/No don't need a mnemonic _Y_ nor
_N_ becuase has the default mnemonic Control (for default button Yes) and Escape
(for cancel).
Comment 6 Jiri Rechtacek 2005-10-14 10:23:19 UTC
Oops, I have meant Return/Enter as the default mnemonic for Yes or Ok button.
Comment 7 Peter Pis 2005-10-17 10:01:52 UTC
V.