- From: <bugzilla@jessica.w3.org>
- Date: Tue, 28 May 2013 22:02:21 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22028 --- Comment #1 from Travis Leithead [MSFT] <travil@microsoft.com> --- There’re some cases where compositionText is empty but hasComposition() should return true, for example if you try the inbox Chinese Simplified IME on the desktop of Windows 8, you’ll see that it doesn’t compose inline. The string being composed is shown inside the candidate window, one line above the candidates. In this case we return compositionText as empty, but the composition is going on, so hasComposition() is true. Web apps can call getCompositionAlternatives() to find out what’s being composed. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 28 May 2013 22:02:22 UTC