Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: Bridge
-
Labels:None
-
Environment:Liferay 6.2
-
Assignee Priority:P1
Description
When running the showcase-portlet under Liferay 6.2, I'm seeing the following error in the client console occasionally (but cannot reliably reproduce it):
Uncaught TypeError: Cannot read property 'value' of null
Behaviours that are stricty client-side continue to work but nothing on the page is able to submit to the server after this occurs. A page reload will generally clear it up.
Uncaught TypeError: Cannot read property 'value' of null
Behaviours that are stricty client-side continue to work but nothing on the page is able to submit to the server after this occurs. A page reload will generally clear it up.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | EE-3.3.0.GA_P02 [ 11371 ] |
| Assignee | Mircea Toma [ mircea.toma ] |
| Summary | Client-side error in our bridge running in a portal stops all submissions to server. | Liferay Portal 6.2 - Client-side error in our bridge running in a portal stops all submissions to server. |
| Assignee Priority | P1 [ 10010 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #41229 | Wed May 28 14:23:33 MDT 2014 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/javascript/fix-viewstate.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 4.0 [ 11382 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

Still not able to create it on demand but I was able to capture the client stack trace in Development mode a couple of times:
Then it happened again on a different portal page with different portlets:
The code in question appears to be:
namespace.onBeforeSubmit(function(source) { formViewID = lookupNamedInputElement(formOf(source), 'ice.view').value; });