Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.12.0, 7.0.0-M1
Description
The implementation of isEnabled in NextButton breaks the implicit contract of setEnabled(false) -> isEnabled() returning false. There is no apparent reason and no explanation to why this is done.
Implementation should be
return super.isEnabled() && getWizardModel().isNextAvailable();