Details
Description
BlockUIOnSubmit=true doesn't consistently unblock following submit return when used in the showcase app.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Summary | blockUIOnSubmit doesn't unblock the UI | blockUIOnSubmit doesn't consistently unblock the UI |
| Salesforce Case | [] | |
| Component/s | Bridge [ 10011 ] | |
| Fix Version/s | 3.1 [ 10312 ] | |
| Fix Version/s | 3.2 [ 10338 ] | |
| Assignee Priority | P1 | |
| Affects Version/s | 3.1.0.RC1 [ 10337 ] | |
| Description | BlockUIOnSubmit doesn't unblock following submit return when used in the showcase app. | BlockUIOnSubmit=true doesn't consistently unblock following submit return when used in the showcase app. |
| Assignee | Nils Lundquist [ nils.lundquist ] | Mircea Toma [ mircea.toma ] |
| Attachment | Credit Acceptance SOW Jul 15 2012_REVISED.pdf [ 14704 ] |
| Attachment | Credit Acceptance SOW Jul 15 2012_REVISED.pdf [ 14704 ] |
| Comment | [ Attached SOW ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30016 | Tue Jul 17 08:24:39 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/submit.js
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30035 | Tue Jul 17 14:13:58 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30066 | Wed Jul 18 09:25:56 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30102 | Thu Jul 19 09:17:16 MDT 2012 | mircea.toma | |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/submit.js
|
| Salesforce Case | [5007000000NHJu4] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30157 | Fri Jul 20 15:52:41 MDT 2012 | ted.goddard | try element.id of formOf(element) fails ( |
| Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/core/src/main/javascript/application.js
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30499 | Tue Aug 14 16:40:01 MDT 2012 | mircea.toma | ICE-8465 Applied all the fixes for |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/core/src/main/javascript/submit.js
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/core/src/main/javascript/application.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #30535 | Thu Aug 16 14:30:21 MDT 2012 | mircea.toma | ICE-8468 Applied |
| Files Changed | ||||
MODIFY
/icefaces3/branches/icefaces-3.0.x-maintenance/icefaces/core/src/main/javascript/application.js
|
| Status | Resolved [ 5 ] | Closed [ 6 ] |

The stopBlockingUI callback defined to run on onAfterUpdate is never executed.
The pre-request callback to setup the stopBlockingUI callback runs correctly though.