-
Enhancement
-
Resolution: Done
-
Major
-
9.1.3.Final, 9.2.0.Final
-
None
Removed embedded listener is being fired even if no elements are being removed. This shouldn't be the case.
This is not the case with remote listeners, where the server side code checks whether the old value is not null before sending the event to the client.
The embedded listener should not fire events in the first place.