Comment #4 on issue 26880 by hb...@chromium.org: Chrome should exit IME  
editing mode during web page text inputting when mouse click action is  
detected
http://code.google.com/p/chromium/issues/detail?id=26880

mikesmith,

In my honest opinion, I'm wondering if we should fix this issue.
To exit the IME mode, we need to call a CARBON API FixTSMDocument() as  
Firefox does since Leopard (10.5)
does not implement a Cocoa API that exits the IME mode, i.e.  
-[NSTextInputContext discardMarkedText:].
On the other hand, using a Carbon API may cause problems on Snow Leopard  
(10.6). (I don't have Snow
Leopard and I cannot test it.)

I'm going to send its review request IF WE CAN USE CARBON APIs since I  
already have a quick fix for this
issue <http://codereview.chromium.org/383004>.

Regards,

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to