Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give the panel that contains the editor a dynamic width #10151

Open
laurent22 opened this issue Mar 18, 2024 · 1 comment · May be fixed by #10298
Open

Give the panel that contains the editor a dynamic width #10151

laurent22 opened this issue Mar 18, 2024 · 1 comment · May be fixed by #10298
Labels
desktop All desktop platforms enhancement Feature requests and code enhancements high High priority issues

Comments

@laurent22
Copy link
Owner

With the current app layout, the panel on the right is always the one with a dynamic width. This is fine with the current default layout, but a problem when the user moves the panels and the last one is no longer the editor.

In that case it leads to unexpected behaviour, such as the Outline plugin panel expanding horizontally even though it would be expected to have a fixed width.

To fix this, we should only give the vertical panel that contains the editor a dynamic width. All other panels should have a fixed width.

@laurent22 laurent22 added enhancement Feature requests and code enhancements desktop All desktop platforms high High priority issues labels Mar 18, 2024
@G0maa
Copy link

G0maa commented Apr 1, 2024

The way I understand it, ResizeableLayout.tsx by default makes every last child within LayoutItem take remaining width, yes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
desktop All desktop platforms enhancement Feature requests and code enhancements high High priority issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants