mono / monodevelop

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

Fix focus problems in Select References Dialog #9297

Closed bratsche closed 5 years ago

bratsche commented 5 years ago

This partially fixes VSTS #750236 (along with https://github.com/mono/monodevelop/pull/6926)

fe25a99ffeee2503c7f0be0a8cfbccdf27c80a8c fixes the initial focus of the dialog so it's on the notebook tabs and not the search entry

e48c2bf61005f5ab938bc6922583ec033aef300e fixes a focus chain issue that caused the notebook tab to get focused twice when tabbing through the dialog. It seemed like it was an AtkCocoa issue of the notebook being registered twice or something, but it turned out to be because of a keyboard filter.

bratsche commented 5 years ago

I pushed these commits into https://github.com/mono/monodevelop/pull/6926 so I'm closing this and we'll just do it all in that PR.