- From: <bugzilla@jessica.w3.org>
- Date: Mon, 13 May 2013 09:56:12 +0000
- To: public-webapps@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22018 Bug ID: 22018 Summary: Consider adding getCompositionAlternatives() in InputMethodContext Classification: Unclassified Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: IME API Assignee: mike@w3.org Reporter: kochi@google.com QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-webapps@w3.org As described in https://dvcs.w3.org/hg/ime-api/raw-file/tip/proposals/IMEProposal.html consider adding getCompositionAlternaties() in InputMethodContext interface. "Returns a copy (per call) of the current list of alternate candidate strings from the InputMethodContext object. The InputMethodContext object can produce alternates while it has a composition in progress. As soon as hasComposition() returns false, then getCompositionAlternatives() will always return an empty list. The list of alternatives is not updated "live"; it is only updated between compositionupdate events." No parameters. Return type: sequence DOMString -- You are receiving this mail because: You are on the CC list for the bug.
Received on Monday, 13 May 2013 09:56:15 UTC