[ 
https://issues.apache.org/jira/browse/WICKET-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Del Bene resolved WICKET-5683.
-------------------------------------

    Resolution: Fixed

> PreviousButton isEnabled() should bo logical conjunction of 
> getWizardModel().isPreviousAvailable() and super.isEnabled()
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5683
>                 URL: https://issues.apache.org/jira/browse/WICKET-5683
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 6.16.0, 7.0.0-M2
>            Reporter: Mikael Björertz
>            Assignee: Andrea Del Bene
>              Labels: navigation, wizard
>             Fix For: 7.0.0-M3, 6.17.0
>
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The implementation of isEnabled in PreviousButton breaks the implicit 
> contract of setEnabled(false) -> isEnabled() returning false.
> Implementation should be 
> return super.isEnabled() && getWizardModel().isPreviousAvailable();



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to