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 31815 - No accessible description for the "Confirm Changes" dialog
Summary: No accessible description for the "Confirm Changes" dialog
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-03-10 10:36 UTC by ccv
Modified: 2003-04-03 06:19 UTC (History)
6 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-03-10 10:36:45 UTC
1. Create Web Module in some mounted dir
2. Create Servlet in the same dir
3. Highlight the Servlet node
4. Push Delete  
5. Push Ok in the confirmation dialog
6. "Confirm Changes" appears  

 Tested Window title : Confirm Changes
===============================================
Results of Accessibility test

No Accessible description :
   Class: org.netbeans.core.NbDialog {  Confirm
Changes |  }
Comment 1 Milan Kuchtiak 2003-03-10 14:56:56 UTC
These are proposed changes in the DDChangesPanel :

diff -r1.3 Bundle.properties
75a76
> ACS_ChangesListA11yPanelDesc=This dialog allows you to modify the
deployment descriptor according to the previous changes in your files.

Index: DDChangesPanel.java
===================================================================
RCS file:
/cvs/web/core/src/org/netbeans/modules/web/dd/DDChangesPanel.java,v
retrieving revision 1.2
diff -r1.2 DDChangesPanel.java
80a81
>        
getAccessibleContext().setAccessibleDescription(NbBundle.getMessage
(DDChangesPanel.class, "ACS_ChangesListA11yPanelDesc"));

The code reviewer : Radim Kubacki
Comment 2 Ann Sunhachawee 2003-03-10 19:18:27 UTC
"This confirmation dialog box lists the recommended changes to the
deployment descriptor due to changes in the web module. Choose what
changes should be made."
Comment 3 Milan Kuchtiak 2003-03-11 13:49:37 UTC
The reccomended text from Ann was adopted.
Comment 4 Jason Rush 2003-04-03 06:19:01 UTC
Verified in Nevada build 030401.