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
What is the bug?
The table and the push flyout do not resize gracefully in the Alerts by triggers list in the Alerting plugin for different screen sizes:
The elements in the table header don't stack but move outside of the table
On the smaller screens the table becomes unusable
On the screens smaller than about 990px the flyout switches to overlay type overlapping and blocking the table.
The monitor name is truncated even if there is enough space to accommodate the full name
How can one reproduce the bug?
Steps to reproduce the behavior (assuming the Alerts by triggers table is not empty):
Go to the 'Alerting' plugin - this will land you on Alerts by triggers page
Click on the "burger" icon in the top left corner of the screen
Click on the last item in the main navigation panel Dock navigation
Click on the number of alerts in the second column of the table - the flyout appears in the right part of the screen and resizes the table
Resize the browser window to less than ~1700px
Then change the size of your browser window to less than ~990px
What is the expected behavior?
All elements of the table should resize gracefully. The push flyout width/proportion should adjust to the screen size.
On the screens smaller than ~990px the overlay type flyout should not obscure the table (By setting ownFocus={false}, the underlying page content will be visible and clickable.). The monitor name column should be wider when screen size permits to show the names of the monitors without truncation.
What is your host/environment?
OS: macOS
Version 12.4
Plugins Alerting
Browser Chrome, Firefox, Safari
Do you have any screenshots?
Do you have any additional context?
The problems with responsiveness seem to be amplified by introducing the dock navigation feature in the main menu in combination with the push flyout use. The pushMinBreakpoint for the overlay flyout might need to be reviewed along with the docked navigation behavior for the small screens.
The text was updated successfully, but these errors were encountered:
What is the bug?
The table and the push flyout do not resize gracefully in the
Alerts by triggers
list in the Alerting plugin for different screen sizes:How can one reproduce the bug?
Steps to reproduce the behavior (assuming the
Alerts by triggers
table is not empty):Alerts by triggers
pageDock navigation
What is the expected behavior?
All elements of the table should resize gracefully. The push flyout width/proportion should adjust to the screen size.
On the screens smaller than ~990px the overlay type flyout should not obscure the table (By setting
ownFocus={false}
, the underlying page content will be visible and clickable.). The monitor name column should be wider when screen size permits to show the names of the monitors without truncation.What is your host/environment?
Alerting
Chrome
,Firefox
,Safari
Do you have any screenshots?
Do you have any additional context?
The problems with responsiveness seem to be amplified by introducing the
dock navigation
feature in the main menu in combination with the push flyout use. ThepushMinBreakpoint
for the overlay flyout might need to be reviewed along with the docked navigation behavior for the small screens.The text was updated successfully, but these errors were encountered: