Camunda-modeler: Status bar disappears when log view is resized to max height

Created on 11 May 2021  路  3Comments  路  Source: camunda/camunda-modeler

__Describe the Bug__

Status bar disappears when log view is resized to max height

__Steps to Reproduce__

  1. Open log view
  2. Resize log view to max height

--> Status bar disappears

https://user-images.githubusercontent.com/938244/117791561-be011c80-b24a-11eb-8dad-43753569d610.mov

__Expected Behavior__

The status bar should be a static part of the UI and shall not disappear or move.

__Environment__

  • OS: Mac OS 11.3.1
  • Camunda Modeler Version: 4.7.0-nightly.20210407
  • Installed plug-ins: cloud connect
bug ready

Most helpful comment

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.

https://user-images.githubusercontent.com/85225325/124932939-c46e0380-e003-11eb-85c3-7a9cfe53baf1.mp4

All 3 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.

https://user-images.githubusercontent.com/85225325/124932939-c46e0380-e003-11eb-85c3-7a9cfe53baf1.mp4

Was this page helpful?
0 / 5 - 0 ratings