Details
-
Bug
-
Resolution: Won't Fix
-
Critical
-
None
-
1.2, 1.3, 1.4
-
None
Description
Inline Edits internal call to updateModelValue does not include the source
This results in the modelChanged event firing without source being undefined.
In contrast, the undo/redo facility does provide a source with the modelChange event.
This means that an integrator may not be able to listen to a single even for a model change if they also need to know the source (for example in the case where there are multiple inline edit fields on the page).