-
Bug
-
Resolution: Done
-
Minor
-
10.2.0.AM3, 10.2.0
-
None
I installed the latest version of Dev Studio on my Lenovo laptop:
Red Hat JBoss Developer Studio
Version: 11.2.0.AM3
Build id: AM3-v20171222-0707-B1813
Build date: 20171222-0707
I can create a new Fuse Ignite Extension project. On page 3 of the wizard, I notice the following issues. I have attached screen captures to this JIRA issue to illustrate:
1) The hover/popup help text for all fields still includes "Please" - The word "Please" should be removed in all instances. (HoverPopup.png)
2) When I enter text in the Extension Id field, the help text at the top of the wizard shows help text meant for the Version field. It should show help text for the Extension Id field.
Specifically, it shows:
Please specify a version for your extension.
Instead, it should show:
Enter a unique ID value for your extension.
(IDfieldSHowsVersionText.png)
3) When I enter text in the Version field, the help text at the top of the wizard shows help text meant for the Name field. It should show help text for the Version field.
Specifically, it shows:
Please provide a human readable name for your extension.
Instead, it should show:
Enter a version for your extension.
(VersionFieldShowsNameText.png)
4) When I enter text in the Name field, the help text at the top of the wizard shows help text meant for the Name field. It should show help text for the Version field.
Specifically, it shows:
Please specify the details for the new extension.
Instead, it should show:
Enter a human readable name for your extension.
(NameFieldShowsGenericText.png)