[Webkit-unassigned] [Bug 51099] [Qt] QWebPagePrivate::inputMethodEvent has problem when compositing Korean
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 30 16:56:16 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=51099
Hwang <luxtella at company100.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #91919|0 |1
is obsolete| |
Attachment #95382| |review?, commit-queue?
Flag| |
--- Comment #15 from Hwang <luxtella at company100.net> 2011-05-30 16:56:15 PST ---
Created an attachment (id=95382)
--> (https://bugs.webkit.org/attachment.cgi?id=95382&action=review)
Patch
I changed the approach.
Qt document said QInputMethodEvent::Cursor's zero length means invisible.
http://web.mit.edu/qt-dynamic/www/qinputmethodevent.html
I think it make sense that the caret is invisible when compositing single text that the underline marks compositing here.
If multi-texts are being composited like Arabic, it is necessary for caret to mark where is compositing.
Although the caret became invisible due to composition, the caret should be visible after composition.
--
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