Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.1-Beta
-
Component/s: ACE-Components
-
Labels:None
-
Environment:N/A
-
Assignee Priority:P2
-
ICEsoft Forum Reference:
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
Currently, you need to click OK/Cancel to close a popup calendar. Should add an option to allow closing the popup by just clicking a date.
Note that this would only be applicable to a date-only entry, and would not be workable for a date + time entry.
Note that this would only be applicable to a date-only entry, and would not be workable for a date + time entry.
The jQuery datepicker is already working like this. This issue dates back to when we were customizing the YUI calendar to add the time component to it. And we decided to add the OK/Cancel buttons to improve on 1.8 ice:selectInputDate. And some forum users didn't like it and would rather revert back to old ice:selectInputDate behavior.
In jQuery datepicker, it's just the Done button, which acts like a Cancel button if no date is selected. If a date is selected, it is implicitly OK'd and also closes the popup.