Skip to content

overview: Grab keyboard focus at the beginning of swipe gesture instead at the end.

Previously overview was grabbing keyboard focus when swipe gesture was completed.
This created two issues #4404 and #4352 .

So this change grabs keyboard focus at the beginning of gesture.
This also makes functions '_gestureBegin' and 'show(state = ...)' of 'Overview' Class behave similarly (execute similar sequences of commands).

In previous '_gestureUpdate' function calling '_syncGrab()' didn't do anything at all. since before call value of variable '_animationInProgress' was set to true.

Merge request reports