-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Broken editor children widths after disabling noteTabs plugin #4864
Comments
I suspect it might be fixed by #4865 |
@roman-r-m When I move the Joplin window from a wide monitor (2560x1440) to a narrower one (1920x1080), the side panel of noteTabs hides. |
Ok, thanks for checking. Looks like a separate issue then. |
But this time I haven't disabled noteTabs, maybe this issue should be closed and a new one opened? |
Hey thanks for the answers! I've been looking into this today, and it turns out the problem is not what I initially thought it to be, since it's not just related to window resizing. It seems to me that Joplin doesn't have a set maximum size for the panes, so if the sum of their widths is greater than the window, they'll just overflow. I've been working on a solution, though there are still a few kinks to iron out. I'll make a PR as soon as it's ready. |
fixed |
After disabling Note Tabs plugin, the application layout is broken. In
settings.json
, a child is not removed:which results in the following broken layout:
The viewer is wider than the editor.
Also, there is not button for WYSIWYG.
Environment
Joplin version: 1.8.1, prod, sync 2, profile 34
Platform: Windows
OS specifics: Windows 10
Steps to reproduce
Describe what you expected to happen
Everything should go back to normal. The viewer should be as wide as the editor.
The text was updated successfully, but these errors were encountered: