1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-05 06:04:36 +00:00
6502bench/SourceGen/WpfGui
Andy McFadden a04557762d Fix keyboard nav after selection jump
If you change the selection by double-clicking in one of the side
windows (References, Notes, Symbols, Messages) and then attempt
to navigate with the arrow keys, the program will appear to hang
briefly, then jump to the start or end of the project and shift the
window focus to something else (like the Help menu in the menu bar).

For reasons I don't fully understand, the behavior is fixed by
removing unnecessary calls to codeListView.Focus().  The calls were
intended to shift input focus to the main ListView, but they're no
longer necessary, and appear to upset WPF.

(issue #113)
2021-10-25 15:45:42 -07:00
..
AboutBox.xaml
AboutBox.xaml.cs
CodeListItemStyle.xaml ORG rework, part 6 2021-09-30 21:11:26 -07:00
DataFileLoadIssue.xaml
DataFileLoadIssue.xaml.cs
DiscardChanges.xaml
DiscardChanges.xaml.cs
EditAddress.xaml Tweak address region edit dialog 2021-10-20 09:06:53 -07:00
EditAddress.xaml.cs Tweak address region edit dialog 2021-10-20 09:06:53 -07:00
EditAppSettings.xaml Add "quick set" menu to delimiter settings tab 2021-10-15 10:01:14 -07:00
EditAppSettings.xaml.cs Add "quick set" menu to delimiter settings tab 2021-10-15 10:01:14 -07:00
EditBitmapAnimation.xaml
EditBitmapAnimation.xaml.cs
EditComment.xaml
EditComment.xaml.cs
EditDataBank.xaml
EditDataBank.xaml.cs ORG rework, part 1 2021-09-16 17:02:19 -07:00
EditDataOperand.xaml Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
EditDataOperand.xaml.cs Add "uninitialized data" format type 2021-10-13 15:05:07 -07:00
EditDefSymbol.xaml Fix some address region issues 2021-10-17 18:02:29 -07:00
EditDefSymbol.xaml.cs
EditInstructionOperand.xaml Minor tweak to instruction operand editor 2021-10-16 14:46:13 -07:00
EditInstructionOperand.xaml.cs Minor tweak to instruction operand editor 2021-10-16 14:46:13 -07:00
EditLabel.xaml ORG rework, part 7 2021-10-02 15:43:41 -07:00
EditLabel.xaml.cs ORG rework, part 7 2021-10-02 15:43:41 -07:00
EditLocalVariableTable.xaml
EditLocalVariableTable.xaml.cs
EditLongComment.xaml
EditLongComment.xaml.cs
EditLvTableLocation.xaml
EditLvTableLocation.xaml.cs
EditNote.xaml
EditNote.xaml.cs
EditProjectProperties.xaml
EditProjectProperties.xaml.cs
EditStatusFlags.xaml
EditStatusFlags.xaml.cs
EditVisualization.xaml
EditVisualization.xaml.cs
EditVisualizationSet.xaml
EditVisualizationSet.xaml.cs
Export.xaml
Export.xaml.cs
ExportVisualization.xaml
ExportVisualization.xaml.cs
FindBox.xaml
FindBox.xaml.cs
FontPicker.xaml
FontPicker.xaml.cs
FormatAddressTable.xaml
FormatAddressTable.xaml.cs
GotoBox.xaml
GotoBox.xaml.cs
MainWindow.xaml Tweak address region edit dialog 2021-10-20 09:06:53 -07:00
MainWindow.xaml.cs Fix keyboard nav after selection jump 2021-10-25 15:45:42 -07:00
NewProject.xaml
NewProject.xaml.cs
ProjectLoadIssues.xaml
ProjectLoadIssues.xaml.cs
ShowWireframeAnimation.xaml
ShowWireframeAnimation.xaml.cs