You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Funk (JIRA)" <ji...@apache.org> on 2007/10/31 15:37:50 UTC

[jira] Created: (WICKET-1118) DateTextField.setEnabled() is not propagated to attached DatePicker

DateTextField.setEnabled() is not propagated to attached DatePicker
-------------------------------------------------------------------

                 Key: WICKET-1118
                 URL: https://issues.apache.org/jira/browse/WICKET-1118
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.3.0-beta4
         Environment: $ svn info
Path: .
URL: http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket-quickstart
Repository Root: http://svn.apache.org/repos/asf
Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
Revision: 590679
Node Kind: directory
Schedule: normal
Last Changed Author: gseitz
Last Changed Rev: 584954
Last Changed Date: 2007-10-16 00:48:12 +0200 (Tue, 16 Oct 2007)
            Reporter: Martin Funk


DatePicker stays enabled even if the DateTextField it is attached to is disabled.
It is even able to change the DateTextField's shown value.

Instead the DatePicker should be disabled to, or maybe not shown at all.

Attached is a Quickstart-patch showing the effect.

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


[jira] Resolved: (WICKET-1118) DateTextField.setEnabled() is not propagated to attached DatePicker

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

Martin Funk resolved WICKET-1118.
---------------------------------

    Resolution: Fixed

I can confirm, It serves our needs.
Thank you.

> DateTextField.setEnabled() is not propagated to attached DatePicker
> -------------------------------------------------------------------
>
>                 Key: WICKET-1118
>                 URL: https://issues.apache.org/jira/browse/WICKET-1118
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>         Environment: $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket-quickstart
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 590679
> Node Kind: directory
> Schedule: normal
> Last Changed Author: gseitz
> Last Changed Rev: 584954
> Last Changed Date: 2007-10-16 00:48:12 +0200 (Tue, 16 Oct 2007)
>            Reporter: Martin Funk
>            Assignee: Igor Vaynberg
>         Attachments: datePicker.patch
>
>
> DatePicker stays enabled even if the DateTextField it is attached to is disabled.
> It is even able to change the DateTextField's shown value.
> Instead the DatePicker should be disabled to, or maybe not shown at all.
> Attached is a Quickstart-patch showing the effect.

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


[jira] Updated: (WICKET-1118) DateTextField.setEnabled() is not propagated to attached DatePicker

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

Martin Funk updated WICKET-1118:
--------------------------------

    Attachment: datePicker.patch

Quickstart patch showning the unwelcome effect.

> DateTextField.setEnabled() is not propagated to attached DatePicker
> -------------------------------------------------------------------
>
>                 Key: WICKET-1118
>                 URL: https://issues.apache.org/jira/browse/WICKET-1118
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>         Environment: $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket-quickstart
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 590679
> Node Kind: directory
> Schedule: normal
> Last Changed Author: gseitz
> Last Changed Rev: 584954
> Last Changed Date: 2007-10-16 00:48:12 +0200 (Tue, 16 Oct 2007)
>            Reporter: Martin Funk
>         Attachments: datePicker.patch
>
>
> DatePicker stays enabled even if the DateTextField it is attached to is disabled.
> It is even able to change the DateTextField's shown value.
> Instead the DatePicker should be disabled to, or maybe not shown at all.
> Attached is a Quickstart-patch showing the effect.

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


[jira] Commented: (WICKET-1118) DateTextField.setEnabled() is not propagated to attached DatePicker

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-1118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539166 ] 

Igor Vaynberg commented on WICKET-1118:
---------------------------------------

i have committed a fix. rather pressed for time, could you confirm it now works properly?

> DateTextField.setEnabled() is not propagated to attached DatePicker
> -------------------------------------------------------------------
>
>                 Key: WICKET-1118
>                 URL: https://issues.apache.org/jira/browse/WICKET-1118
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>         Environment: $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket-quickstart
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 590679
> Node Kind: directory
> Schedule: normal
> Last Changed Author: gseitz
> Last Changed Rev: 584954
> Last Changed Date: 2007-10-16 00:48:12 +0200 (Tue, 16 Oct 2007)
>            Reporter: Martin Funk
>         Attachments: datePicker.patch
>
>
> DatePicker stays enabled even if the DateTextField it is attached to is disabled.
> It is even able to change the DateTextField's shown value.
> Instead the DatePicker should be disabled to, or maybe not shown at all.
> Attached is a Quickstart-patch showing the effect.

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


[jira] Assigned: (WICKET-1118) DateTextField.setEnabled() is not propagated to attached DatePicker

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

Igor Vaynberg reassigned WICKET-1118:
-------------------------------------

    Assignee: Igor Vaynberg

> DateTextField.setEnabled() is not propagated to attached DatePicker
> -------------------------------------------------------------------
>
>                 Key: WICKET-1118
>                 URL: https://issues.apache.org/jira/browse/WICKET-1118
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta4
>         Environment: $ svn info
> Path: .
> URL: http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.4/wicket-quickstart
> Repository Root: http://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 590679
> Node Kind: directory
> Schedule: normal
> Last Changed Author: gseitz
> Last Changed Rev: 584954
> Last Changed Date: 2007-10-16 00:48:12 +0200 (Tue, 16 Oct 2007)
>            Reporter: Martin Funk
>            Assignee: Igor Vaynberg
>         Attachments: datePicker.patch
>
>
> DatePicker stays enabled even if the DateTextField it is attached to is disabled.
> It is even able to change the DateTextField's shown value.
> Instead the DatePicker should be disabled to, or maybe not shown at all.
> Attached is a Quickstart-patch showing the effect.

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