Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P07
-
Fix Version/s: EE-3.3.0.GA_P08
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Support Case References:Support Case 14622 - https://icesoft.my.salesforce.com/5004u00002I8vAG
Description
When an ace:dateTimeEntry is inside a modal dialog (either ice:panelPopup or aceLdialog), when you open the modal dialog/popup and activate the calendar popup by clicking on the button (ace:dateTimeEntry has to have the 'showOn' value set to 'button' or 'both') and then close the dialog/popup, and then you open the dialog/popup again the popup button will appear twice. This shouldn't happen; the popup button in ace:dateTimeEntry should only appear once every time.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
r53252, r53253: a fix to avoid adding the popup button if it was already there (EE 3.3 maintenance branch and P08 tag)
The issue wasn't related to modal dialogs. The issue occurred whenever the component was re-initialized without reloading the page. The duplicate button was added by jQuery UI.