Problems with keyboard navigation and focus in secondary view contents #235
Description
SD-1909, originally created on 6/3/2012 09:52:43 by Siegfried Pammer
see #2
http://community.sharpdevelop.net/forums/t/15842.aspx
1. After switch to secondary view (Forms designer, WPF designer,
HexEditor, XmlEditor) with keyboard (Ctrl + PgUp/PgDown) there is no way
to activate content without mouse;
2. Additionally to point 2 if I override InitiallyFocusedControl
property in my secondary view and set focus to content form (WinForms)
then I has keyboard focus on this form (e.g. I can use arrows for
navigation in content etc.) but icons on ToolBar (copy, paste, undo and
etc.) inactive until I has mouse click to this form;
3. Switching via Ctlr + Tab to file which opened in secondary view
doesn’t set focus to it content even content has focused before
switching.