Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.1 Final
-
Component/s: None
-
Labels:None
-
Environment:ICEmobile/Android
Description
The strategy of discarding submits when they happen too rapidly is causing issues with the flip switch state, and component state changes, but submit is discarded, so server state never changes. Will investigate queueing submits in the container vs discarding them.
The discard logic is in the native JS.
//override primitive submit function
{ //submit is in progress, but callback not completed by container return; }namespace.submitFunction = function(element, event, options) {
var source = event ? event.target : element;
var form = ice.formOf(element);
if (form.elements['javax.faces.source'])