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 88144 - A11Y: RE Save Project dialog - missing a11y features
Summary: A11Y: RE Save Project dialog - missing a11y features
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Reverse Engineering (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Craig Conover
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-10-27 12:42 UTC by Alexandr Scherbatiy
Modified: 2007-10-19 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Results of Accessibility test, window with title "Save Project" (704 bytes, text/html)
2006-10-27 12:42 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Scherbatiy 2006-10-27 12:42:06 UTC
Steps to reproduce:

- Open a Java project
- Reverse Engineer the project into existing UML project
 'Save Project' dialog appears.

 'Always' button does not have a mnemonic

 See attached a11y report.
Comment 1 Alexandr Scherbatiy 2006-10-27 12:42:45 UTC
Created attachment 35591 [details]
Results of Accessibility test, window with title "Save Project"
Comment 2 Craig Conover 2006-10-31 01:08:24 UTC
This is a dialog that need to be replaced with a NB standard dialog.
Comment 3 Craig Conover 2006-10-31 17:18:10 UTC
Replacing the old legacy dialog with the same dialog that is used to prompt for
saving the UML Project when Generate Code is performed.
Comment 4 Craig Conover 2006-10-31 19:44:17 UTC
Replaced old dialog and replaced by reusing the Save Project dialog from the Gen
Code process.

All a11y/l10n complete.

Comment 5 Alexandr Scherbatiy 2006-11-01 11:05:23 UTC
verified