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 96438 - Action Editor - Creating of new action is not clear
Summary: Action Editor - Creating of new action is not clear
Status: VERIFIED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Joshua Marinacci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 14:09 UTC by Jana Maleckova
Modified: 2007-08-29 09:28 UTC (History)
0 users

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 Jana Maleckova 2007-02-23 14:09:52 UTC
NetBeans IDE Dev (Build 070223)
1.6.0-rc; Java HotSpot(TM) Client VM 1.6.0-rc-b104
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Description:
============
Situation: User has opened action editor and he tries to create new action.
he pushes button New Action. Then he writes name of method and pushes create.
For now it's OK
But why is not name of this new action added (displayed) in combo box where all
action could be listed. Instead of it the combobox is disabled. This could be
confusing for user. He could ask himself ... have I created the action or not ?

Another issue is ... user can try to invoke New Action again without submitting
OK in action editor but in this case Dialog "Create New Action" doesn't remember
last set method name. I suggest until new action is created, method name field
should remember last set name of action....
Comment 1 Jiri Vagner 2007-02-28 10:15:23 UTC
I agree with Jana. After pushing Create button in New action dialog I have got
lost myself.
Comment 2 Joshua Marinacci 2007-04-12 23:27:34 UTC
The way you create new actions has been completely changed to be simpler. There is no longer a 
separate 'create new action' dialog so this issue is invalid now.
Comment 3 Jana Maleckova 2007-08-29 09:28:38 UTC
verified