Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P03
-
Fix Version/s: EE-3.3.0.GA_P04
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Support Case References:Support Case #13522 - https://icesoft.my.salesforce.com/5007000001KqBRA
Description
When a form is updated with a push render, the form input field values that are not submitted to the server are cleared out on the render update.
The dom diff related to the push update is detecting that the client doesn't match the server value and updating it with a blank or null value.
The dom diff related to the push update is detecting that the client doesn't match the server value and updating it with a blank or null value.
Activity
Arran Mccullough
created issue -
Arran Mccullough
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Case13522Example2.zip [ 20983 ] |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | EE-3.3.0.GA_P04 [ 12270 ] | |
Assignee Priority | P1 [ 10010 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #45920 | Mon Aug 31 12:47:16 MDT 2015 | mircea.toma | ICe-10781 Refine applyBrowserChanges() method to apply browser changes to oldDOM only for the input elements (or their parents) that are included in the list of 'execute' and 'render' partial submit attributes. |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/core/src/main/java/org/icefaces/impl/context/DOMPartialViewContext.java
|
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Attached test case that shows this issue.
Steps: