Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: EE 1.3.0.GA_P01
-
Fix Version/s: None
-
Component/s: Faces
-
Labels:None
-
Environment:ICEmobile 1.3.0 USS
-
Support Case References:Support Case #13497 - https://icesoft.my.salesforce.com/5007000001HdGYe
Description
When changing an ace:comboBox and calling its ValueChangeListener, the following JavaScript error is thrown which is preventing the update from being displayed:
jsf.js.jsf:1 Uncaught TypeError: Cannot read property 'firstChild' of undefined
This happens when there are mobi components on the page.
jsf.js.jsf:1 Uncaught TypeError: Cannot read property 'firstChild' of undefined
This happens when there are mobi components on the page.
According the FileEntry documentation (http://www.icesoft.org/wiki/display/ICE/FileEntry) the fileEntry component has to be in a form where components do not use XHR and Ajax:
As the mobi components rely on Ajax, and cannot fully function solely through full-page updates, they may be inherently incompatible with the fileEntry component.