D8770: Resolve the input method issue by always force focus in search field.

2017-11-16 Thread Xuetian Weng
This revision was automatically updated to reflect the committed changes. Closed by commit R119:44d8a7500e36: Resolve the input method issue by always force focus in search field. (authored by xuetianweng). REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE

D8770: Resolve the input method issue by always force focus in search field.

2017-11-13 Thread Eike Hein
hein accepted this revision. hein added a comment. This revision is now accepted and ready to land. Nice. I think we have the same problem in Kicker and Application Dashboard, which also use append trickery. REPOSITORY R119 Plasma Desktop BRANCH master REVISION DETAIL

D8770: Resolve the input method issue by always force focus in search field.

2017-11-12 Thread Xuetian Weng
xuetianweng updated this revision to Diff 22212. xuetianweng added a comment. revert the reordering of code in unrelated part REPOSITORY R119 Plasma Desktop CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D8770?vs=22211=22212 BRANCH master REVISION DETAIL

D8770: Resolve the input method issue by always force focus in search field.

2017-11-12 Thread Xuetian Weng
xuetianweng created this revision. xuetianweng added reviewers: hein, mart. Restricted Application added a project: Plasma. REVISION SUMMARY ActivityManager.qml doesn't have input method issue because the initial focus is inside the text field. So here we try to apply the same logic. Always