Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.GA_P01, 3.2
-
Fix Version/s: EE-3.0.0.GA_P01, 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:*
Description
Originally requested by Nils.
InICE-8453, focus was set back to input field after date select. After that, you have to blur and refocus to show calendar again. Need to add click listener to show calendar without blurring and refocusing.
In
Click listener added, but:
First major problem:
As per implementation described at http://jira.icesoft.org/browse/ICE-8453?focusedCommentId=41915&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_41915 , don't-show flag reset only on blur, therefore, calendar won't show because flag is still true.