Details
-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE 1.3.1.GA_P04
-
Fix Version/s: EE-1.3.1.GA_P05
-
Component/s: Faces
-
Labels:None
-
Environment:All
-
Support Case References:Support Case #14119 - https://icesoft.my.salesforce.com/5007000001kAzSU
Description
A mobi:ajax tag is being used in a mobi:commandButton component. This button is responsible in closing of a mobi:panelPopup component.
When the button is clicked the onSuccess and onComplete events are not being called. The onStart is called fine.
Testing with similar ACE components this is not an issue (ace:dialog, ace:pushButton, ace:ajax) and all events are called.
The customer is wanting to use these events to help workaround some requirements that are blocked byICE-11122/ICE-11124.
When the button is clicked the onSuccess and onComplete events are not being called. The onStart is called fine.
Testing with similar ACE components this is not an issue (ace:dialog, ace:pushButton, ace:ajax) and all events are called.
The customer is wanting to use these events to help workaround some requirements that are blocked by
Activity
Arran Mccullough
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Patrick Corless [ patrick.corless ] | Mircea Toma [ mircea.toma ] |
Fix Version/s | EE-1.3.1.GA_P05 [ 13084 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51678 | Wed Jun 21 18:05:42 MDT 2017 | mircea.toma | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
|
Trigger a synthetic 'complete' event in html5submitFunction to replicate the behaviour of jsf.ajax.request function. This gives a chance to ice.fullSubmit to extract the view ID corresponding to the submitting element and invoke the registered callbacks.