[Bug 22028] New: Consider adding hasComposition() in InputMethodContext

https://www.w3.org/Bugs/Public/show_bug.cgi?id=22028

            Bug ID: 22028
           Summary: Consider adding hasComposition() 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 proposed by Microsoft:
https://dvcs.w3.org/hg/ime-api/raw-file/tip/proposals/IMEProposal.html#methods-1

consider adding hasComposition() interface in InputMethodContext.

One clarification:
If compositionText is empty, hasComposition() return true?

If so, hasComposition() may not be necessary and you can only need
compositionText.
If not, in what case compositionText is empty but hasComposition() returns
true,
or compositionText is non-empty but hasComposition() returns false?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 14 May 2013 10:11:18 UTC