Bug 58426

Summary: Web Inspector: Implement undo/redo in text editor
Product: WebKit Reporter: Andrey Adaikin <aandrey>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, commit-queue, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Andrey Adaikin 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.
Comment 1 Andrey Adaikin 2011-04-13 02:49:39 PDT
Created attachment 89356 [details]
Patch
Comment 2 WebKit Commit Bot 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>
Comment 3 WebKit Commit Bot 2011-04-13 06:39:42 PDT
All reviewed patches have been landed.  Closing bug.