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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 10:46:14 PDT 2011


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





--- Comment #9 from Ryosuke Niwa <rniwa at webkit.org>  2011-09-02 10:46:14 PST ---
(In reply to comment #8)
> The fact is that it's already there and working in Chromium. Try using addEventListener("textInput") with some <input type=text> element.

We should consider dropping the support altogether given only Trident and WebKit support the event (I checked with Ehsan about Gecko's plan and he told me he doesn't know any plans to implement in Gecko), and there are alternatives such as input and beforeinput events.

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

That appears to be the plan to maintain the consistency although I'd argue that we should just kill the event.

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