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 63559 - Next button in new action wizard is randomly disabled (step three)
Summary: Next button in new action wizard is randomly disabled (step three)
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 10:31 UTC by Tomas Danek
Modified: 2005-09-08 14:21 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 Tomas Danek 2005-09-02 10:31:38 UTC
When creating a new action via wizard, next button is sometimes disabled without
any reason in step three. Workaround: check and uncheck some checkbox or switch
to previous panel and then switch back to panel #3
Comment 1 Tomas Danek 2005-09-02 10:38:35 UTC
reproducible about 75%
Comment 2 pzajac 2005-09-06 13:05:26 UTC
This bug is not RANDOM and is not duplicate of issue #63642. So why the next
button is disabled? The wizard read content of layer on background on first
usage. When the layer was read the next button will be enabled. Please show at
least waiting cursor.    
Comment 3 Martin Krauskopf 2005-09-06 14:18:59 UTC
No, actually the wizard starts to read content on the first panel. And the
second panel supposes that data are being still readed when you get to it.
Started....
Comment 4 Martin Krauskopf 2005-09-06 14:23:18 UTC
Fixed.

Checking in ui/wizard/action/GUIRegistrationPanel.java; 1.6 --> 1.7
Comment 5 Tomas Danek 2005-09-08 14:21:07 UTC
Works fine now, thx, verified.