Community
Participate
Working Groups
Build Identifier: GMF 1.4.0 The "Modify" event is not handled by the listener. Instead, it treats "Keydown" events as modification. This is incorrect, as simply pressing the Shift key when the field has focus results in the modification flag being set. Second, it does not treat copy / paste using the mouse as modification because it is only checking for "Keydown" events. Attached a patch to resolve the issue. Alex Boyko has reviewed the patch. Reproducible: Always
Created attachment 183609 [details] Patch to fix the problem
Committed to R1_4_maintenance and HEAD.