Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
6.16.0, 7.0.0-M2
Description
The implementation of isEnabled in PreviousButton breaks the implicit contract of setEnabled(false) -> isEnabled() returning false.
Implementation should be
return super.isEnabled() && getWizardModel().isPreviousAvailable();