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.
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.