Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P03, 4.1
-
Fix Version/s: 4.2.BETA, 4.2, EE-3.3.0.GA_P05
-
Component/s: ACE-Components, ICECORE-Components
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #13589 - https://icesoft.my.salesforce.com/5007000001S8Loe
-
Workaround Exists:Yes
-
Workaround Description:
Description
An ace:dialog is used in an icecore:idleMonitor to be shown when the idle interval is reached. The issue is if modal=true on the ace:dialog, the modal background is rendered even without the idle interval being reached.
Sample code:
<icecore:idleMonitor interval="50" userActiveEvents="click">
<ace:dialog visible="true" modal="true"
closable="false">
<h5 id="idleMonitor" style="color: red;">Session Will Expire in 10 Seconds!</h5>
<h:commandButton value="OK"/>
</ace:dialog>
</icecore:idleMonitor>
Sample code:
<icecore:idleMonitor interval="50" userActiveEvents="click">
<ace:dialog visible="true" modal="true"
closable="false">
<h5 id="idleMonitor" style="color: red;">Session Will Expire in 10 Seconds!</h5>
<h:commandButton value="OK"/>
</ace:dialog>
</icecore:idleMonitor>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #49100 | Tue Aug 09 06:42:44 MDT 2016 | mircea.toma | |
Files Changed | ||||
![]() ![]() |