You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the series of releases in November, the editor frame had vertical scrolling. The layout never overflowed outside viewport (at least in my experience on wide desktops); when text in the editor was too long, the editor frame had scrolling.
Now, when text in the editor is too long, the editor resizes, causing the layout to overflow vertically, and page scrolling kicks in. Major undesired effects are that the search panel of the editor and list of errors/warnings end up on the very bottom of the page, and the rendered image ends up in the middle of the page.
Can be reproduced with any long text in the editor; the example graph "Clusters" might be enough.
Tested in Chrome 130.0, Firefox 130.0 on different screen sizes in horizontal orientation.
The text was updated successfully, but these errors were encountered:
This is meant to fix#277. #275 moved the app element inside a root element so that it could be referenced more easily in the App component, but that meant its height was no longer determined by the outermost grid.
Before the series of releases in November, the editor frame had vertical scrolling. The layout never overflowed outside viewport (at least in my experience on wide desktops); when text in the editor was too long, the editor frame had scrolling.
Now, when text in the editor is too long, the editor resizes, causing the layout to overflow vertically, and page scrolling kicks in. Major undesired effects are that the search panel of the editor and list of errors/warnings end up on the very bottom of the page, and the rendered image ends up in the middle of the page.
Can be reproduced with any long text in the editor; the example graph "Clusters" might be enough.
Tested in Chrome 130.0, Firefox 130.0 on different screen sizes in horizontal orientation.
The text was updated successfully, but these errors were encountered: