Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: EE-4.2.0.GA
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces EE-4.2.0.RC1 Jenkins build 2, Tomcat 8, all browsers
-
Assignee Priority:P2
Description
showcase ace:filteringDates demo issue (all browsers)
After selecting a date an extra calendar icon appears. This does not happen on every date selection but can on the first few selections. See attached screen shot.
After selecting a date an extra calendar icon appears. This does not happen on every date selection but can on the first few selections. See attached screen shot.
Activity
Liana Munroe
created issue -
Liana Munroe
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | filterDates.PNG [ 22568 ] |
Liana Munroe
made changes -
Description |
showcase ace:filteringDates demo issue (all browsers)
After selecting a date an extra calendar icon appears. This does not happen on every date selection but can on the first few selections. See attached screen shot. |
showcase ace:filteringDates demo issue (all browsers)
After selecting a date an extra calendar icon appears. This does not happen on every date selection. See attached screen shot. |
Ken Fyten
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Description |
showcase ace:filteringDates demo issue (all browsers)
After selecting a date an extra calendar icon appears. This does not happen on every date selection. See attached screen shot. |
showcase ace:filteringDates demo issue (all browsers)
After selecting a date an extra calendar icon appears. This does not happen on every date selection but can on the first few selections. See attached screen shot. |
Assignee Priority | P2 [ 10011 ] |
Ken Fyten
made changes -
Priority | Major [ 3 ] | Minor [ 4 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arturo Zambrano
made changes -
Summary | Duplicate calendar icon seen in showcase ace:filteringDates | Duplicate calendar icon seen in showcase ace:dataTable > Filtering Dates |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51752 | Thu Jul 13 14:21:36 MDT 2017 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/resources/icefaces.ace/datetimeentry/datetimeentry.js
|
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
r51752: added code to prevent duplicate calendar icons
A calendar icon is rendered by jQuery UI, and we have to render our own calendar icon for lazy initialization and then remove it. The situation with two calendar icons showing wasn't handled until now.