[Webkit-unassigned] [Bug 25607] Need a way to catch (and cancel?) any execCommand. Maybe document.onexeccommand = ?
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 21 14:08:19 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=25607
--- Comment #2 from Julie Parent <jparent at google.com> 2009-11-21 14:08:17 PST ---
I think this was talking about internal cases, not calling execCommand
directly. Specifically, cases where WebKit takes a default editing action
inside a contentEditable/designMode region, and there is no way for an app to
override.
Examples: selecting "undo", "redo", "copy", "paste", etc from the right click
menu or toolbar or the default behavior for "bold", "italic", etc whenever
inside a contentEditable region and the user hits ctrl/cmd + b/i/u.
Some of these (paste, copy) have other events that can be listened to, but the
others do not.
--
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