[midas] Undo not working when editing a table programmatically
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
People
(Reporter: nuutti.merilainen, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.84 KB,
text/html
|
Details |
| Reporter | ||
Comment 1•21 years ago
|
||
| Reporter | ||
Comment 2•21 years ago
|
||
Comment 3•21 years ago
|
||
| Reporter | ||
Comment 4•21 years ago
|
||
Comment 5•21 years ago
|
||
Comment 6•20 years ago
|
||
Updated•18 years ago
|
Updated•18 years ago
|
Comment 7•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
When editing a table programmatically, the undo function may not work due to the way the changes are being made. To enable undo functionality, you can use the document.execCommand method in JavaScript to modify the table and execute built-in browser commands, including undo and redo. By using this method, any changes made to the table programmatically can be undone by the user. Source https://apkhexo.com/
Comment 9•2 years ago
|
||
We have no plan to fix this because editor apps should have their own undo transactions if they touch the DOM tree directly. Once we would fix this, Firefox wasted a lot of memory for the mutations to make them undoable even though they were overridden by the apps.
Description
•