[ 
https://issues.apache.org/jira/browse/WICKET-5683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14112398#comment-14112398
 ] 

ASF subversion and git services commented on WICKET-5683:
---------------------------------------------------------

Commit 450d89da0b8a322ea99c943e726d654728264b66 in wicket's branch 
refs/heads/master from adelbene
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=450d89d ]

WICKET-5683 PreviousButton isEnabled() should bo logical conjunction of
getWizardModel().isPreviousAvailable() and super.isEnabled()

> 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
>            Reporter: Mikael Björertz
>            Assignee: Andrea Del Bene
>              Labels: navigation, wizard
>   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