Files
Files copied to clipboard
Bug: Changing the layout of the left pane shifts focus to the right pane
Description
When changing the layout of the left pane in dual pane mode, the focus moves to the right pane. The focus also moves to the right pane when navigating from any folder to the home page in the left pane. When the same operation is performed in the right pane, the focus remains in the right pane.
Steps To Reproduce
- Enable dual pane mode.
- Open any folder in the left pane.
- Change the layout of the left pane.
- Observe the focus moves to the right pane.
Requirements
The focus should remain in the same pane.
Files Version
3.4.1.0
Windows Version
10.0.22631.3447
Log File
n/a
Thank you for the report
I've traced this down to Pane_ContentChanged in ShellPanesPage.cs.
I tried emptying the process in Pane_ContentChanged, but the issue still occurred.