You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2008/10/09 00:31:44 UTC

[jira] Resolved: (WICKET-1412) Date Picker component breaks when non date formatted values are entered.

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

Eelco Hillenius resolved WICKET-1412.
-------------------------------------

    Resolution: Won't Fix

> Date Picker component breaks when non date formatted values are entered.
> ------------------------------------------------------------------------
>
>                 Key: WICKET-1412
>                 URL: https://issues.apache.org/jira/browse/WICKET-1412
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-datetime
>    Affects Versions: 1.3.1
>         Environment: Firefox 2.0.0.12, JDK 1.6, Wicket 1.3.1, Wicket-DateTime 1.3.1
>            Reporter: Sanjay
>            Assignee: Eelco Hillenius
>            Priority: Trivial
>         Attachments: date-picker.JPG, datepicker screenshot.png
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 1. When page is first loaded and input is some characters (e.g "sa") and calender is clicked it gives javascript error as below.
>     firstDate has no properties
>     showCalendar(Calendar dob1DpJs oDomContainer=span#dob1Dp.yui-calcontainer, NaN, "M/d/yy")wicket-date.js (line 151)
>     showCalendar()wicket-date.js (line 172)
>     wrappedFn(click clientX=0, clientY=0)event.js (line 912)
>    [Break on this error] widget.cfg.setProperty("pagedate", (firstDate.getMonth() + 1) + "/" + firstDat...
> 2. When number is entered (e.g "12" ) after above error and calender is clicked, NaN error occurs as shown in attachment.

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