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.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30154 | Fri Jul 20 15:27:38 MDT 2012 | ted.goddard | propagate onerror and onevent from options to jsf.ajax.response context object ( |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/client/blackberry/container/src/org/icemobile/client/blackberry/blackberry-interface.js
MODIFY /icemobile/trunk/icemobile/client/android/container/assets/icefaces/native-interface.js MODIFY /icemobile/trunk/icemobile/client/ios/icemobile/Container/native-interface.js |
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Steve Maryka [ steve.maryka ] | Ted Goddard [ ted.goddard ] |
Ted Goddard
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30697 | Wed Sep 05 14:27:46 MDT 2012 | ted.goddard | propagate onerror and onevent from options to jsf.ajax.response context object ( |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-r28636/icemobile/client/ios/container/Shared/native-interface.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30698 | Wed Sep 05 14:28:00 MDT 2012 | ted.goddard | propagate onerror and onevent from options to jsf.ajax.response context object ( |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-r28636/icemobile/client/blackberry/container/src/org/icemobile/client/blackberry/blackberry-interface.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30699 | Wed Sep 05 14:28:21 MDT 2012 | ted.goddard | propagate onerror and onevent from options to jsf.ajax.response context object ( |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-r28636/icemobile/client/android/container/assets/icefaces/native-interface.js
|
Migration
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.