mono / monodevelop

MonoDevelop is a cross platform .NET IDE
http://www.monodevelop.com
2.84k stars 1.02k forks source link

[release-8.4] Revert "First pass to fix solution pad not regaining focus on shortcut press." #9327

Closed monojenkins closed 5 years ago

monojenkins commented 5 years ago

Revert "First pass to fix solution pad not regaining focus on shortcut press." This reverts commit 7e01fd039a5c6705189f0a927868919e953e9c73 in this PR : https://github.com/mono/monodevelop/pull/9216

I reverted this commit because introduces new problems, in this case infinite focus loops on in Pads with autohide with embedded native views ( https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1020127)

Additionally all this logic is going to be obsolete by https://github.com/mono/monodevelop/pull/9267 which hopefully will fix this issue also.

Fixes VSTS #1020127 - Toolbox focus flickers when in autohide mode

Backport of #9325.

/cc @netonjm