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