Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ICEfaces 4 trunk r43549. Tomcat 7, all browsers.
-
Assignee Priority:P1
-
Affects:Sample App./Tutorial
Description
The icecore:push demo has an "Update Page every second" push strategy. When using this strategy in the demo, then navigating away from the page to another demo, the push strategy does not stop running or reset to an empty value. This can be observed with Debug info log entries in the browser console.
Upon returning to the demo, the "Update Page every second" option is still selected and the demo is still running.
Upon returning to the demo, the "Update Page every second" option is still selected and the demo is still running.
Activity
Liana Munroe
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Summary | Showcase icecore:push demo does not stop or reset when navigating to another page. | Showcase icecore:push demo does not stop or reset when navigating to another demo |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Affects | Sample App./Tutorial [ 10001 ] |
Ken Fyten
made changes -
Assignee Priority | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #43576 | Thu Nov 20 11:01:11 MST 2014 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/core/push/PushWindowScopeBean.java
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/metadata/context/ComponentExampleImpl.java MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/core/push/PushBean.java MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/navigation/NavigationModel.java |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Introduced select/deselect methods on ComponentExampleImpl that are invoked when navigating from one demo to another. Implemented methods in push demo to stop or resume the notifications when the demo is respectively unused or used.