Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-4.0.0.GA
-
Fix Version/s: EE-4.1.0.GA
-
Component/s: Sample Apps
-
Labels:None
-
Environment:EE4 trunk r48771
Browsers: all
Server: WebSphere 8.5.5.9
-
Assignee Priority:P1
Description
EE 4 trunk r48771/48775:
showcase was deployed on WAS 8.5.5.9.
A browser console errors occurs when clicking on the links to access any ACE components (all browsers):
VM135:3 Uncaught ReferenceError: updateAddressBarURL is not defined(anonymous function) @ VM135:3jsf.util.chain @ jsf.js.jsf?ln=javax.faces&v=4_1_0_160512:1onclick @ showcase.jsf:52
showcase was deployed on WAS 8.5.5.9.
A browser console errors occurs when clicking on the links to access any ACE components (all browsers):
VM135:3 Uncaught ReferenceError: updateAddressBarURL is not defined(anonymous function) @ VM135:3jsf.util.chain @ jsf.js.jsf?ln=javax.faces&v=4_1_0_160512:1onclick @ showcase.jsf:52
Activity
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Description |
showcase was deployed on WAS 8.5.5.9.
A browser console errors occurs when clicking on the links to access any ACE components (all browsers): VM135:3 Uncaught ReferenceError: updateAddressBarURL is not defined(anonymous function) @ VM135:3jsf.util.chain @ jsf.js.jsf?ln=javax.faces&v=4_1_0_160512:1onclick @ showcase.jsf:52 |
EE 4 trunk r48771/48775:
showcase was deployed on WAS 8.5.5.9. A browser console errors occurs when clicking on the links to access any ACE components (all browsers): VM135:3 Uncaught ReferenceError: updateAddressBarURL is not defined(anonymous function) @ VM135:3jsf.util.chain @ jsf.js.jsf?ln=javax.faces&v=4_1_0_160512:1onclick @ showcase.jsf:52 |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-4.1.0.RC1 [ 13072 ] | |
Affects Version/s | EE-4.1.0.RC1 [ 13072 ] | |
Affects Version/s | EE-4.1.0.GA [ 12171 ] | |
Assignee Priority | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48788 | Fri May 13 13:54:42 MDT 2016 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/HeadBodyListener.java
|
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Affects Version/s | EE-4.0.0.GA [ 11171 ] | |
Affects Version/s | EE-4.1.0.RC1 [ 13072 ] |
Mircea Toma
made changes -
Fix Version/s | EE-4.1.0.GA [ 12171 ] | |
Fix Version/s | EE-4.1.0.RC1 [ 13072 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48793 | Fri May 13 16:11:59 MDT 2016 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/BridgeSetup.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48795 | Fri May 13 16:33:07 MDT 2016 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/event/BridgeSetup.java
|
Ken Fyten
made changes -
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2 [ 12870 ] | |
Fix Version/s | 4.2.BETA [ 13091 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Rolled back the removal of HTML head child components. Some applications might want to add their resources in the head using h:outputScript or h:outputStyle components. This fix applies to EE4 trunk and it is a regression introduced by
ICE-11030.The following warnings will show again: