NEW 25606
Need a way to catch undo/redo (and cancel) in WebKit
https://bugs.webkit.org/show_bug.cgi?id=25606
Summary Need a way to catch undo/redo (and cancel) in WebKit
Eric Seidel (no email)
Reported 2009-05-06 22:20:52 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.