[Webkit-unassigned] [Bug 88595] New: WebKitGtk+'s WebView should allow arbitrary actions to be added to the UndoStack.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 7 17:08:20 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=88595

           Summary: WebKitGtk+'s WebView should allow arbitrary actions to
                    be added to the UndoStack.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matthew at yorba.org


When the you manipulate the DOM pro grammatically, you no longer get undo/redo for free. The Objective-C programming guide recommends working around this by adding your own undo/redo steps to the stack (see https://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/DisplayWebContent/Tasks/UsingUndo.html#//apple_ref/doc/uid/TP40001473-CJBEHAAG).

However, WebKitGtk+ does not expose this functionality. You have access to "undo/redo", "can_undo/can_redo", and the "undo/redo" signals, but you have no way of adding actions to the stack yourself.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list