Skip to content

input: do not transfer focus to invalid toplevel

Chaojiang Luo requested to merge (removed):utkevin into master

Do not transfer focus to invalid toplevel. It's possible that when pointer is over a newly created toplevel and surface may not be valid at that time, change focus to it will be wrong. We should wait until the surface is ready.

Merge request reports

Loading