Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.1, EE-3.3.0.GA_P04
-
Component/s: ICECORE-Components
-
Labels:None
-
Environment:jsf 2 icecore
-
Assignee Priority:P2
-
Support Case References:
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial
Description
add the ability to ignore the mouseover event (and possibly other mouse events) which defines browser being idle
Activity
Field | Original Value | New Value |
---|---|---|
Summary | add ability to ignore certain js events to icecore:idlemonitor | icecore:idle monitor - add ability to configure user events that are monitored for idleness |
Summary | icecore:idle monitor - add ability to configure user events that are monitored for idleness | icecore:idleMonitor - add ability to configure user events that are monitored for idleness |
Fix Version/s | 4.1 [ 11375 ] |
Assignee | Mircea Toma [ mircea.toma ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45997 | Tue Sep 22 05:54:37 MDT 2015 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] |
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Support Case References | Support Case 13227:- https://icesoft.my.salesforce.com/5007000000wNZVx |
Support Case 13227:- https://icesoft.my.salesforce.com/5007000000wNZVx
Support Case #13589 - https://icesoft.my.salesforce.com/5007000001S8Loe |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46558 | Thu Dec 17 09:57:28 MST 2015 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46559 | Thu Dec 17 10:11:38 MST 2015 | judy.guglielmin | |
Files Changed | ||||
![]() ![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Introduce optional parameter in ice.onUserInactivity function to define the list of events used for detecting user activity. Modified IdleMonitor component to make use of this new parameter. The component acquires the list from the optional attribute 'userActiveEvents'. For example instead of the default "keydown mouseover" one could use "click keypress".