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/29 10:17:50 UTC

[jira] Created: (WICKET-1109) CLONE -DatePicker: NaN if numerical input cannot be parsed

CLONE -DatePicker: NaN if numerical input cannot be parsed
----------------------------------------------------------

                 Key: WICKET-1109
                 URL: https://issues.apache.org/jira/browse/WICKET-1109
             Project: Wicket
          Issue Type: Bug
          Components: wicket-datetime
    Affects Versions: 1.3.0-beta3
         Environment: firefox 2.0.0.6
            Reporter: Martin Funk
            Assignee: Gerolf Seitz
            Priority: Minor


We have a DatePicker added to a DateTextField. If the input in the textfield is numerical but not a correct Date, for example 123, the DatePicker shows a calendar with only NaN.

When the input is either correct of completely wrong ("xxx") the DatePicker works fine.



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


[jira] Updated: (WICKET-1109) CLONE -DatePicker: NaN if numerical input cannot be parsed

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

Martin Funk updated WICKET-1109:
--------------------------------


If the input ist numerical, but not a date, the datepicker works fine,
but when the input is completly wrong("XXX") it doesn't work at all

Firebug comes up with a:
numbers has no properties
[...]wicket-date.js
Line 48 

> CLONE -DatePicker: NaN if numerical input cannot be parsed
> ----------------------------------------------------------
>
>                 Key: WICKET-1109
>                 URL: https://issues.apache.org/jira/browse/WICKET-1109
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta3
>         Environment: firefox 2.0.0.6
>            Reporter: Martin Funk
>            Assignee: Gerolf Seitz
>            Priority: Minor
>
> We have a DatePicker added to a DateTextField. If the input in the textfield is numerical but not a correct Date, for example 123, the DatePicker shows a calendar with only NaN.
> When the input is either correct of completely wrong ("xxx") the DatePicker works fine.

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


[jira] Resolved: (WICKET-1109) CLONE -DatePicker: NaN if numerical input cannot be parsed

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

Gerolf Seitz resolved WICKET-1109.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta5

> CLONE -DatePicker: NaN if numerical input cannot be parsed
> ----------------------------------------------------------
>
>                 Key: WICKET-1109
>                 URL: https://issues.apache.org/jira/browse/WICKET-1109
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.0-beta3
>         Environment: firefox 2.0.0.6
>            Reporter: Martin Funk
>            Assignee: Gerolf Seitz
>            Priority: Minor
>             Fix For: 1.3.0-beta5
>
>
> We have a DatePicker added to a DateTextField. If the input in the textfield is numerical but not a correct Date, for example 123, the DatePicker shows a calendar with only NaN.
> When the input is either correct of completely wrong ("xxx") the DatePicker works fine.

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