-
Notifications
You must be signed in to change notification settings - Fork 41
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
[NGRM] - SLV layout conflicts with MUI Grid #2015
Comments
The main idea is: the component wants to know its size. As a first step I could suggest the following solution: It set the width of the component to 100% of a story width. If some of these Modified example: |
The workaround doesn't hold if moving to a second tab and back again to the tab showing the logs. This makes this issue more urgent. |
Sizes of the component should be set. Both width and height. Here we could see that toplevel |
@mirisb Is it possible to set width of toplevel
|
@Vladimir-Kokin , see storybook example for classification layout. the bug is observed when switching to tab 2 |
🎉 This issue has been resolved in version [email protected] 🎉 The release is available on GitHub release |
Since WLV 1.7.0 which introduced ViewerLayout, there is a bug when the SyncLogViewer is within a MUI Grid container.
The bug (probably related to Flex) causes the track to resize and grow infinitely until the page hangs.
This is a serious issue for clients who use MUI Grid for their layout and prevents them from upgrading to this version.
I am attaching a storybook file that can be plugged into webviz storybook to recreate the problem:
example_story.zip
The text was updated successfully, but these errors were encountered: