Conversation
Josh65-2201
left a comment
There was a problem hiding this comment.
The action is disabled if a pane is open, 4.1.3 doesn't disable it.
|
This is by design, we only allow two panes at a given time. If there is enough interest, we can add another action to 'Open in other pane'. |
|
Why not rename it |
|
The current behavior is outdated and dates back to before Files had support for changing the pane arrangement. The reason the behavior needs to change with this PR is that it allows users to choose the arrangement of the new pane. If Dual Pane is already active, we can't let users choose the pane arrangement since they aren't opening a new pane, they are opening a folder in an existing pane. That being said, we can replace 'Open in new pane' with 'Open in other pane' when Dual Pane is already active. |
Resolved / Related Issues
Improved the 'Open in new pane' context menus throughout the app to allow choosing the split arrangement.