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
Judy Guglielmin
created issue -
Ken Fyten
made changes -
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 |
Ken Fyten
made changes -
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 |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
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 | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/javascript/user-inactivity.js
MODIFY /icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/component/IdleMonitor.java MODIFY /icefaces4/trunk/icefaces/core/src/main/resources/META-INF/core.taglib.xml |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Affects | Documentation (User Guide, Ref. Guide, etc.),Sample App./Tutorial [ 10003, 10001 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] |
Ken Fyten
made changes -
Issue Type | New Feature [ 2 ] | Improvement [ 4 ] |
Arran Mccullough
made changes -
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 |
Mircea Toma
made changes -
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 | ||||
MODIFY
/icefaces4/tags/icefaces-4.1.0/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
MODIFY /icefaces4/tags/icefaces-4.1.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/core/idle-monitor.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #46559 | Thu Dec 17 10:11:38 MST 2015 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/core/idle-monitor.xhtml |
Ken Fyten
made changes -
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".