[Webkit-unassigned] [Bug 20208] contenteditable items don't send notifications when they're edited

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 13 17:56:02 PDT 2010


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





--- Comment #6 from David Gatwood <dgatwood at mac.com>  2010-07-13 17:56:02 PST ---
I finally got around to testing it.  The textInput event completely fails to meet the needs.

1.  It requires writing JavaScript to go wading through the HTML and adding handlers everywhere (unlike onChange, which can be written as an attribute in the tag).

2.  Deleting stuff in contentEditable blocks doesn't fire these events, at least in Safari 5.  I've attached a really trivial test case.  Click anywhere and hit the backspace key.  You can delete entire lines of content without a single textInput event firing.

-- 
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