-
Notifications
You must be signed in to change notification settings - Fork 481
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
Status bar disappears when log view is resized to max height #2258
Comments
It happens because of no height limit for the log. Once it reaches some height, it starts to grow to the bottom. Then, the window can be scrolled. So to fix the issue, we need a height limit for the log. |
As part of this bug fix you could also consider ensuring that the properties panel handler does not overlap the header but stays within the tab area. |
This issue also seems to occur with DMN as well. After expanding the logs, the DMN table goes completely inaccessible. We could not view the contents of the table and scroll through them as well. DMN_logs.mp4 |
Can I work on this issue? |
Yes, you can. Make sure to follow the contributing guidelines. |
Alright! Thanks! I would read and start ;) |
* restrict log height to 50% * position properties panel toggle absolutely Closes #2258
@AsianCat54x Sorry, I didn't see your comment and already created a PR for this: #2478 |
Alright, I will leave this issue. |
* refactor log for resizing to work like properties container resizing * log has maximum height of 300 Closes #2258
* refactor log for resizing to work like properties panel resizing * log has maximum height of 300 * position properties panel toggle absolutely Closes #2258
* refactor log for resizing to work like properties panel resizing * log has maximum height of 300 * position properties panel toggle absolutely Closes #2258
* refactor log for resizing to work like properties panel resizing * log has maximum height of 300 * position properties panel toggle absolutely Closes #2258
Describe the Bug
Status bar disappears when log view is resized to max height
Steps to Reproduce
--> Status bar disappears
Screen.Recording.2021-05-11.at.11.13.43.mov
Expected Behavior
The status bar should be a static part of the UI and shall not disappear or move.
Environment
The text was updated successfully, but these errors were encountered: