Skip to content

Fix find as you type

Florian Müllner requested to merge wip/fmuellner/fix-find-as-you-type into master

When we move keyboard focus to the search entry, we replay the key press that triggered the move to the entry using ClutterActor's event() method.

We currently specify that the event is in the capture phase, although that has not actually been true for a long time. With the recent input method rework, Clutter became less forgiving and the incorrect value broke find-as-you-type functionality. Passing the correct value brings it back.

Fix #72 (closed)

Edited by Florian Müllner

Merge request reports