Actions
Bug #15474
openForm save button activated after clicking in TinyMCE editor. Should only activate after change.
Start date:
23.02.2023
Due date:
% Done:
0%
Estimated time:
(Total: 0.00 h)
Discuss:
Prio Planung:
No
Description
Speichern soll deaktivert bleiben, solange keine Änderungen im Editor vorgenommen wurden.
Form.js:
n.Form.prototype.inputAndPasteHandler = function (event) {
this.inputAndPasteHandlerCalled = true;
this.markChanged(event.target);
};
Actions