You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The admin section of the main UI displays lists of things, items, and so on. The Items list appears to precalculate the height of all items in pixels, however, it does not take into account that the minimum font size setting in the browser can vary the height of items.
Items lists are truncated:
Expected behavior
Items list should be complete:
Steps to reproduce
Install Openhab, open admin UI and create some items.
Set the "Mninimum Font Size" in the browser to a large font:
Observe the list of items is now truncated.
Your environment
Mac OSX tested with both Firefox and Chrome. Openhab running on Raspberry Pi 5, install via packages.
The problem
The admin section of the main UI displays lists of things, items, and so on. The Items list appears to precalculate the height of all items in pixels, however, it does not take into account that the minimum font size setting in the browser can vary the height of items.
Items lists are truncated:
Expected behavior
Items list should be complete:
Steps to reproduce
Observe the list of items is now truncated.
Your environment
Mac OSX tested with both Firefox and Chrome. Openhab running on Raspberry Pi 5, install via packages.
Browser console
There are no relevant error messages.
I have identified the culprit:
Note the element stye applied: "height: 425.39px;"
Toggling this:
Shows the item list as designed when the checkbox is off, and truncated when the checkbox is on (the limit is in effect)
Browser network traffic
No requests fail
Additional information
I could not observe any related issues on the Things list.
The text was updated successfully, but these errors were encountered: