Actions
Bug #3060
closedWizard Frame should enable next automatically when previous is clicked
Start date:
01/11/2008
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
3060
Description
Right now it is the responsibility of the isNextEnabledInitially method for each wizard page to decide whether it should be enabled or not when loaded. This is fine, except if previous was pressed, next should always be enabled.
The logic in WizardFrame is in addCurrentPanel, which doesn't know whether next or previous was pressed. This can probably be fixed by modifying the previous button logic in WizardFrame to override the isEnabledInitially setting.
Updated by Ryan McFall over 15 years ago
The wizard seems to work well at this point, so there's no real reason to go
back and revisit this. Only if we discover actual application instances where
this is a problem causing incorrect behavior will we do anything about this. (Resubmit after fire)
Actions