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
Activity
yip.ng
created issue -
yip.ng
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | yip.ng [ yip.ng ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
Fix Version/s | 3.2 [ 10338 ] | |
Affects Version/s | EE-3.0.0.GA_P01 [ 10327 ] | |
Affects Version/s | 3.2 [ 10338 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30745 | Fri Sep 07 14:12:15 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/datetimeentry/DateTimeEntryRenderer.java MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/jquery/ui/readme.txt |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30748 | Fri Sep 07 14:53:02 MDT 2012 | yip.ng | |
Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/jquery/ui/readme.txt
MODIFY /icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/ace/component/resources/icefaces.ace/jquery/ui/jquery-ui.js |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.