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 93311 - Action Editor - property text is not updated immediately in design
Summary: Action Editor - property text is not updated immediately in design
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jana Maleckova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-26 13:07 UTC by Jana Maleckova
Modified: 2007-04-20 14:27 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-01-26 13:07:11 UTC
NetBeans IDE Dev (Build 070126)
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:
============
text property set by action editor is not updated immediately in design. 
1. insert jButton into frame (java desk. appl - basic)
2. invoke action editor
Now It seems action Application.exit will be set for this button if user doesn't
set anything else than just fill the text property and confirms it.
Result is: Action is set correctly but button's text is not updated in desing.
Form must be reloaded.
Comment 1 Joshua Marinacci 2007-01-31 22:58:35 UTC
I am not able to reproduce this.  If I select exit and type in the text property the action is updated 
accordingly. 
Comment 2 Jana Maleckova 2007-02-01 13:23:12 UTC
It's really reproducible, I tested it on two machines with linux and win OS and
bug appears every time.
Comment 3 Tomas Pavek 2007-02-01 15:42:09 UTC
It works for me, i.e. the text is set (in 20070201).

OTOH it is not good that invoking the action editor when no action is set leads 
to selecting the first action in the combo box. The possibility to set no 
action seems to be missing.
Comment 4 Joshua Marinacci 2007-02-02 21:19:09 UTC
I have added a '< none >' option the combo box so that the user can select to not have any action. The 
property sheet will then show 'null'.  janie, can you confirm that this bug is still reproducible using the 
latest build? Thanks
Comment 5 Jana Maleckova 2007-03-13 11:44:47 UTC
Josh, I checked your new added option - means <NONE>. It should be there, thanks
for adding but could you change <NONE> to <none>? It should keep the same look
as it is in other properties. Thanks
Comment 6 Joshua Marinacci 2007-03-13 19:41:06 UTC
I've changed < NONE > to <none> now. Marking as fixed.
Comment 7 Jana Maleckova 2007-04-20 14:27:55 UTC
the appearance was completely changed
verified on 
NetBeans IDE Dev (Build 070420)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252