RESOLVED FIXED 58426
Web Inspector: Implement undo/redo in text editor
https://bugs.webkit.org/show_bug.cgi?id=58426
Summary Web Inspector: Implement undo/redo in text editor
Andrey Adaikin
Reported 2011-04-13 02:44:59 PDT
Native undo/redo does not work because we modify DOM structure (highlights, chunks and etc.) Implement it via keyboard shortcuts for now (Cmd/Ctrl+Z and Cmd/Ctrl+Shift+Z). FIXME: Do something with the popup's Undo and Redo menu options - they invoke native's undo/redo.
Attachments
Patch (16.95 KB, patch)
2011-04-13 02:49 PDT, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2011-04-13 02:49:39 PDT
WebKit Commit Bot
Comment 2 2011-04-13 06:39:32 PDT
Comment on attachment 89356 [details] Patch Clearing flags on attachment: 89356 Committed r83725: <http://trac.webkit.org/changeset/83725>
WebKit Commit Bot
Comment 3 2011-04-13 06:39:42 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.