[Webkit-unassigned] [Bug 25606] New: Need a way to catch undo/redo (and cancel) in WebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 6 22:20:52 PDT 2009


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

           Summary: Need a way to catch undo/redo (and cancel) in WebKit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: jparent at google.com, ojan at chromium.org


Need a way to catch undo/redo (and cancel) in WebKit

HTML editing libraries at Google need a way to catch undo/redo (besides just
listening for the DOM mutation events) so that they can keep internal state
relating to the document, beyond just the HTML.  Without being able to catch
these mutating events (and ideally canceling them!) WebKit just smashes over
the DOM and the HTML editing libraries have to clean up after it.

HTML5 has some nascent undo/redo apis:
http://www.whatwg.org/specs/web-apps/current-work/#undo

but we're going to need something a bit more full featured in the future.


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



More information about the webkit-unassigned mailing list