Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: 4.2
-
Component/s: Sample Apps
-
Labels:None
-
Environment:Emporium app, Tomcat 7/8 ICEfaces 4 trunk r50737, Myfaces 2.2.12
-
Assignee Priority:P2
Description
When using chat, the typed message is not cleared from the input area after submitting to chat. Not an issue with mojarra.
See attached screenshot.
See attached screenshot.
Adjusted test (for Myfaces) in DOMPartialViewContext.applyBrowserChanges to assume that whenever PartialViewcontext.getExecuteIds()/getRenderIds() returns an empty list that @all components should receive the browser changes. This ensures that the DOM diff will properly calculate the differences between the old and the new documnet.