WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug