jmix-framework/jmix-bookstore

Calculated width of layout is calculated wrong (sometimes)

Closed this issue · 1 comments

Currently the width of the available space is not correctly calculated. This leads to the situation, that oftentimes the end of the table component and also the logout button disappear on the right of the screen. Also it creates a "flickering" when going from screen to screen.

See: https://demo.jmix.io/bookstore/

On different screen sizes the problem occurs more / less often.

CleanShot 2023-01-11 at 20 22 34@2x
CleanShot 2023-01-11 at 20 21 48@2x
CleanShot 2023-01-11 at 20 21 23@2x
CleanShot 2023-01-11 at 20 21 00@2x

The cause for this situation might be the custom top bar containing the logout button, the username, the tenant etc.

fixed in e213b3d