Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6DR#3
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
Description
Contribution from Dan Leahu:
OutputConnectionStatus doesn't work with more than one portlet because the "connection-status" is hard-coded in icefaces-d2d.js class hence it doesn't accept more than one OutputConnectionStatus on the same master page(the portal's page).
OutputConnectionStatus doesn't work with more than one portlet because the "connection-status" is hard-coded in icefaces-d2d.js class hence it doesn't accept more than one OutputConnectionStatus on the same master page(the portal's page).
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Deryk Sinotte [ deryk.sinotte ] |
| Fix Version/s | 1.7 [ 10080 ] | |
| Assignee | User Deryk.sinotte [ deryk.sinotte ] | Mircea Toma [ mircea.toma ] |
| Fix Version/s | 1.7DR#3 [ 10112 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15026 | Thu Oct 25 13:05:59 MDT 2007 | mircea.toma | Render overlay on top of the container element (in portlet/servlet env.). |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/status.js
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
MODIFY
/icefaces/trunk/icefaces/bridge/src/application.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15027 | Thu Oct 25 13:26:27 MDT 2007 | mircea.toma | Render overlay on top of the container element (in portlet/servlet env.). |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/status.js
|
| Assignee Priority | P2 |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15073 | Thu Nov 01 15:48:41 MDT 2007 | mircea.toma | Refactor how status component is setup. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/status.js
MODIFY
/icefaces/trunk/icefaces/bridge/lib/element.js
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/outputconnectionstatus/OutputConnectionStatusRenderer.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15080 | Thu Nov 01 17:33:58 MDT 2007 | mircea.toma | Avoid relying on window.onLoad. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/status.js
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/DOMResponseWriter.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/outputconnectionstatus/OutputConnectionStatusRenderer.java
|
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 | |
| Assignee | Mircea Toma [ mircea.toma ] |

We could make it so multiple instances of the outputConnectionStatus component on a single page would all be updated by the bridge, thus, making them work as expected in portals.