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 84389 - a11y: BPEL Project Delete Project - a11y issues
Summary: a11y: BPEL Project Delete Project - a11y issues
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-09-07 00:16 UTC by jchieu
Modified: 2007-08-08 15:24 UTC (History)
2 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 jchieu 2006-09-07 00:16:32 UTC
Create a new BPEL Project Module.
Select Finish.
Right mouse button click and select the delete project.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  Pre Delete Warning |  Are you sure you want 
to delete project "BpelModule1"? }

 Components with no mnemonic :
   Class: javax.swing.JButton {  Yes |  Yes Button }
Comment 1 Jaromir Uhrik 2006-09-11 16:18:04 UTC
I got the same output, but conflicts pointed out seems not to be issue. 
1/LABEL_FOR is not required for this JTextArea, because this component stands
for label. 
2/Yes button is the default label and such buttons are exceptions - they don't
have mnemonic.
Comment 2 Sreenivasan Genipudi 2006-09-19 21:26:03 UTC
This is not specific to Bpel project. This is a framework code used in all
projects ( Java/ j2ee/ web apps/ .. ) 

The delete dialog is from netbeans module projectUI API.. Reassign this to 
Project UI API.

Class - org.netbeans.modules.project.uiapi.DefaultProjectDeletePanel
 needs to fix this.
Comment 3 Milan Kubec 2007-08-08 15:24:59 UTC
Closing the issue as wontfix based on comment from juhrik.