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

Robert Zeigler reopened TAP5-1408:
----------------------------------


>From 1409:
"This fix is great but it introduced a different bug. When one clicks on the 
month name at the top of the calendar, a popup list of surrounding months is 
shown. Upon clicking one of these months, the calendar disappears because the 
javascript thinks that you have clicked "outside" the calendar and exits. 

I identified a simple fix to not exit when a popup month is selected: 

---change: 
331 if (parent.className == 'datePicker') { 

---to: 
331 if (parent.className == 'datePicker' || parent.className == 'labelPopup') { 
"

> datefield popup does not have option to cancel
> ----------------------------------------------
>
>                 Key: TAP5-1408
>                 URL: https://issues.apache.org/jira/browse/TAP5-1408
>             Project: Tapestry 5
>          Issue Type: Bug
>    Affects Versions: 5.2.4
>            Reporter: Paul Stanton
>            Assignee: Robert Zeigler
>             Fix For: 5.3
>
>
> using the datefield component, if a user changes their mind there seems to be 
> no way for them to close the popup without changing the value in some way.
> once the icon has been clicked, there's no option to close the popup 
> explicitly and selecting the current value is disabled so the user has to 
> select another date to close the popup.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to