Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.1 Beta
-
Fix Version/s: 1.1 Beta
-
Component/s: Containers
-
Labels:None
-
Environment:ICEmobile
Description
The "back" button in the phone view of mobileshowcase requires two clicks to function.
This is due to a missing javax.faces.ViewState, in turn due to ice.fixViewState not having been called, which was due to onAfterUpdate not being called.
Changes from
ICE-8372appear to make it necessary for ICEmobile client JavaScript to pass these event handlers to JSF. It is possible that in the past, certain callbacks were being performed directly by the ICEfaces bridge rather than the JSF callback mechanism.