cuba-platform / reports

CUBA Reports Addon
https://www.cuba-platform.com/
Apache License 2.0
9 stars 4 forks source link

UI: Edit report page doesn't fit some screen settings (resolution and scale) #292

Closed konyashkina closed 2 years ago

konyashkina commented 3 years ago

Edit report page doesn't fit some screen settings (resolution and scale)

Windows 10 Pro Browser: Chrome 91.0.4472.124 CUBA Platform version: 7.2.4 CUBA Studio plugin version: 15.4-202 Reporting add-on version: 7.2.4 IntelliJ version: IntelliJ IDEA 2021.1.3 (Community Edition)

Case 1.

  1. (Windows) Start > Settings > System > Display > Scale and layout Set screen resolution 1920 x 1080 and set Scale = 125%
  2. Open the sample-library-cuba7 project and run CUBA application.
  3. Log in as default user (admin).
  4. Open Reports > Reports.
  5. Select a report (or create a new one) and open it to edit. (Report structure tab opened successfully).
  6. Please pay your attention to 'Visible for REST API' and 'System' fields in the right top corner.

Expected result: All fields are shown, user is able to set values. Horizontal scroll bar can appear. Actual result: 'Visible for REST API' and 'System' fields do not fit to the screen and scroll bar doesn't appear.

CUBA-Edit-Report-screen1920-1080-scale125-13072021

Case 2.

  1. Change screen resolution 1280 x 1024
  2. Open the CUBA application.
  3. Open a report to edit (Report structure tab opened successfully).
  4. Please pay your attention to the right top corner.

Expected result: All fields are shown, user is able to set values. Horizontal scroll bar can appear.

Actual result: Description field doesn't fit to the screen. 'Visible for REST API' and 'System' fields are not shown at all. Scroll bar doesn't appear.

CUBA-Edit-Report-screen1280-1024-scale105-13072021

konyashkina commented 2 years ago

Tested, verified.