Home | History | Annotate | Download | only in qt

Lines Matching full:composition

1060         Fix test LayoutTests/fast/events/ime-composition-events-001.html.
1066 insert the commit string when no composition text is available.
1164 [Qt] Composition text is not removed from the editor when composition is cancelled
1167 Ensure that the composition text is cleared when an empty QInputMethodEvent
1168 is received and the editor is in composition mode.
2017 [Qt] bugs in Composition mode for QWebPage::inputMethodEvent & inputMethodQuery()
2019 Make QWebPage work as following when editor is in composition mode:
2813 Editor to go into Composition mode
2816 - Selections don't trigger entering composition mode.
2819 Also remove redundant cancellation of composition in tst_qwebpage.
2820 There is no composition in progress at that point.
7595 composition mode. In the non-composition mode, the Anchor and the Current cursor positions
7602 Qt::ImAnchorPosition when the Editor is not in composition mode.
22665 Update the micro focus for input methods as soon as the composition mode changes