Comment #17 on issue 16279 by [email protected]: Problems in typing Thai in an input box on Linux Chrome http://code.google.com/p/chromium/issues/detail?id=16279
(in reply to comment 15), TextInputController.firstRectForCharacterRange() returns the pixel-level rectangle for the specified character range. So, to use this function, we can write a layout test for this issue. Unfortunately, this function is implemented only by Mac WebKit, i.e. the Chromium test_shell doesn't implement this function. So, we need to implement the function for the Chromium test_shell and write a layout test for this issue. I have filed another WebKit issue to track the status of its layout test: <https://bugs.webkit.org/show_bug.cgi?id=30902>. 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 -~----------~----~----~----~------~----~------~--~---
