Files icon indicating copy to clipboard operation
Files copied to clipboard

Bug: Changing the layout of the left pane shifts focus to the right pane

Open hishitetsu opened this issue 1 year ago • 1 comments

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

  1. Enable dual pane mode.
  2. Open any folder in the left pane.
  3. Change the layout of the left pane.
  4. 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

hishitetsu avatar May 14 '24 13:05 hishitetsu

Thank you for the report

yaira2 avatar May 14 '24 14:05 yaira2

I've traced this down to Pane_ContentChanged in ShellPanesPage.cs.

yaira2 avatar Aug 29 '24 01:08 yaira2

I tried emptying the process in Pane_ContentChanged, but the issue still occurred.

hishitetsu avatar Aug 30 '24 05:08 hishitetsu