[Bug 22028] Consider adding hasComposition() in InputMethodContext

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

Jianfeng Lin <jianflin@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jianflin@microsoft.com

--- Comment #5 from Jianfeng Lin <jianflin@microsoft.com> ---
We don't have scenario to use IME API outside composition events. Having a
"hasComposition" property is an easier way than tracking that compositionstart
event was fired and a matching compositionend event hasn't' been fired.

As mentioned above, in offline composition the compositiontext would be empty
even though the text is being composed in the IME window. We would love to
expose it through compositiontext, but due to limitation of our platform we
can't.

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

Received on Tuesday, 22 October 2013 01:33:37 UTC