You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Huergo Perez (JIRA)" <ji...@apache.org> on 2007/10/04 16:19:51 UTC

[jira] Created: (WICKET-1040) setEnabled() does not work on YUI DateField

setEnabled() does not work on YUI DateField
-------------------------------------------

                 Key: WICKET-1040
                 URL: https://issues.apache.org/jira/browse/WICKET-1040
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.3.0-beta3
         Environment: java version "1.5.0_11"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)

jetty-6.1H.5-beta

            Reporter: Huergo Perez
            Priority: Minor


Calling setEnabled(false) on a YUI DateField component doesn't seem to have any effect. The date field remains editable and the changes get propagated to the underlying model on submit.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WICKET-1040) setEnabled() does not work on YUI DateField

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz reassigned WICKET-1040:
------------------------------------

    Assignee: Gerolf Seitz

> setEnabled() does not work on YUI DateField
> -------------------------------------------
>
>                 Key: WICKET-1040
>                 URL: https://issues.apache.org/jira/browse/WICKET-1040
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta3
>         Environment: java version "1.5.0_11"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
> jetty-6.1H.5-beta
>            Reporter: Huergo Perez
>            Assignee: Gerolf Seitz
>            Priority: Minor
>             Fix For: 1.3.0-rc1
>
>
> Calling setEnabled(false) on a YUI DateField component doesn't seem to have any effect. The date field remains editable and the changes get propagated to the underlying model on submit.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WICKET-1040) setEnabled() does not work on YUI DateField

Posted by "Gerolf Seitz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerolf Seitz resolved WICKET-1040.
----------------------------------

    Resolution: Fixed

added check for isEnabled() && isEnableAllowed() in DateField#onBeforeRender

> setEnabled() does not work on YUI DateField
> -------------------------------------------
>
>                 Key: WICKET-1040
>                 URL: https://issues.apache.org/jira/browse/WICKET-1040
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta3
>         Environment: java version "1.5.0_11"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
> Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing)
> jetty-6.1H.5-beta
>            Reporter: Huergo Perez
>            Assignee: Gerolf Seitz
>            Priority: Minor
>             Fix For: 1.3.0-rc1
>
>
> Calling setEnabled(false) on a YUI DateField component doesn't seem to have any effect. The date field remains editable and the changes get propagated to the underlying model on submit.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.