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 78250 - There are many wrong labels in new bpel module wizard
Summary: There are many wrong labels in new bpel module wizard
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sreenivasan Genipudi
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2006-06-19 13:01 UTC by Andrey Yamkovoy
Modified: 2006-08-31 02:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
new business process application wizard snapshot (17.88 KB, application/octet-stream)
2006-07-25 22:06 UTC, Sreenivasan Genipudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2006-06-19 13:01:57 UTC
Steps to reproduce:
- Invoke new business process application wizard.
- Notice that there are many wrong labels in wizard page such as: "Project 
&Name", "Project &Location", "Project Fol&der", "Br&owse...".

Symbol '&' should be removed from these labels.
Comment 1 Ken Frank 2006-06-19 16:55:31 UTC
The symbol itself should not be removed if these '&' are for mnemonics
assignment, but code just corrected to use perhaps different api
or different arguments so that the '&' does not show in the UI itself.

ken.frank@sun.com
Comment 2 Sreenivasan Genipudi 2006-07-25 22:06:39 UTC
Created attachment 32199 [details]
new business process application wizard snapshot
Comment 3 Sreenivasan Genipudi 2006-07-25 22:07:54 UTC
This problem is not happening in recent builds. 
Comment 4 Andrey Yamkovoy 2006-08-03 12:18:48 UTC
Fixed