Details
Description
When a DOM update for entire document is received by the JSF bridge the code referenced in the 'head' element of the updated is ignored.
This JIRA is a spin-off ofICE-6008.
This issue is a result of a deficiency in Mojarra JSF up to and including JSF 2.1.
This JIRA is to capture work done in ICEfaces EE to provide a solution to this issue that is additive to the ICEfaces 2 open-source library (will be delivered via a new icefaces-ee.jar).
This JIRA is a spin-off of
This issue is a result of a deficiency in Mojarra JSF up to and including JSF 2.1.
This JIRA is to capture work done in ICEfaces EE to provide a solution to this issue that is additive to the ICEfaces 2 open-source library (will be delivered via a new icefaces-ee.jar).
Activity
| Field | Original Value | New Value |
|---|---|---|
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Environment | IE browsers | ICEfaces EE 2, IE browsers |
| Salesforce Case | [] | |
| Component/s | Framework [ 10013 ] | |
| Affects | [Compatibility/Configuration] | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] |
| Assignee Priority | P1 | |
| Affects Version/s | 2.0.0 [ 10230 ] | |
| Affects Version/s | 2.0-Beta1 [ 10231 ] | |
| Description | When a DOM update for entire document is received by the JSF bridge the code referenced in the 'head' element of the updated is ignored. |
When a DOM update for entire document is received by the JSF bridge the code referenced in the 'head' element of the updated is ignored. This JIRA is a spin-off of This issue is a result of a deficiency in Mojarra JSF up to and including JSF 2.1. This JIRA is to capture work done in ICEfaces EE to provide a solution to this issue that is additive to the ICEfaces 2 open-source library (will be delivered via a new icefaces-ee.jar). |
| Security | Private [ 10001 ] |
| Link | This issue blocks ICE-6479 [ ICE-6479 ] |
| Salesforce Case | [] | |
| Reporter | Mircea Toma [ mircea.toma ] | Ken Fyten [ ken.fyten ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23824 | Thu Jan 20 09:56:09 MST 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/samples/core/test/build/common.xml
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #23901 | Thu Feb 03 17:08:00 MST 2011 | deryk.sinotte | ICE-6513: revert common build file that was inadvertently checked in for |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/samples/core/test/build/common.xml
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Closed [ 6 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Assignee Priority | P1 | P2 |
| Salesforce Case | [] | |
| Fix Version/s | 2.0.1 [ 10255 ] | |
| Fix Version/s | 2.0.0-EE-Beta1 [ 10250 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #24080 | Wed Mar 02 15:58:22 MST 2011 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
MODIFY
/icefaces2/trunk/icefaces/core/build.javascript.xml
ADD
/icefaces2/trunk/icefaces/core/src/main/javascript/fixjsf.js
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Link | This issue blocks ICE-6035 [ ICE-6035 ] |
| Summary | CLONE -DOM update for entire document does not evaluate JS code referenced in <head> on IE browsers | DOM update for entire document does not evaluate JS code referenced in <head> on IE browsers |
| Salesforce Case | [] | |
| Security | Private [ 10001 ] |
| Assignee Priority | P2 |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Implemented http://java.net/jira/browse/JAVASERVERFACES-1790 fix in ICEfaces EE by using callbacks offered by the ICEfaces bridge. The implementation evaluates referenced or inlined only if it was not evaluated before.