[Webkit-unassigned] [Bug 61023] [Chromium] IME candidate window appears wrong position in an iframe

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 18 07:31:02 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=61023





--- Comment #11 from Robert Sesek <rsesek at chromium.org>  2011-05-18 07:31:02 PST ---
Originally the IME window would be positioned incorrectly if the rect inside a text control was adjusted to window coordinates (I think the reason is that they have a different internal DOM and coordinate space).  But, I patched this in and everything appears to work fine now, so I have no objection to making this change. The only other component besides IME that uses the NSTextInput protocol is the system dictionary popup. If you hit/hold Cmd+Ctrl+D, either the currently highlighted word or the word under the mouse pointer will be defined with a little popup window.

And FYI both WebKit/mac and WebKit2 use the firstRectForRange() method for the same reasons.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list