[Webkit-unassigned] [Bug 67426] Implement TextEvent.inputMethod

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 10:40:09 PDT 2011


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





--- Comment #8 from Leandro GraciĆ” Gil <leandrogracia at chromium.org>  2011-09-02 10:40:09 PST ---
(In reply to comment #7)
> Okay, I did some research on this and apparently neither Firefox nor Opera supports textinput event. Given that I see little to no benefit in implementing this property, which is really hard to implement correctly in WebKit.

The fact is that it's already there and working in Chromium. Try using addEventListener("textInput") with some <input type=text> element. However it looks like only the event itself is actually supported, not its inputMethod or locale attributes. Should we leave it as it is? Maybe add the event for the speech input case but ignore the inputMethod?

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