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
This is somewhat in between of a bug and a feature request. The issue we are having is that the way the EuiPageHeader is structured does not allow for having several tabs and a long list of items in the rightSideItems.
We would expect the tabs to be be underneath the pageTitle, description and rightSideItems, so tabs would not push the rightSideItems to the right when adding many of them.
I'm unsure how much of a problem it is to restructure the header in a way that this behaviour is fixed. Perhaps it is just us overusing these features, but we find the current approach we are using quite handy ux-wise for our use case.
Down below you can find a screenshot showing the problem or you can access this sandbox to reproduce it.
Impact and severity
It mainly impacts users with small screens but it does not break the application, it is just a usability issue.
Environment and versions
EUI version: Currently using 95.1.0 but is not fixed in the latest version
React version: 17.0.2
Browser: Arc, Google Chrome
Operating System: Mac OS Sequoia 15.0
To Reproduce
Create an empty page using the EuiTemplate.
Add a EuiTemplate.Header component with rightSideItems and many tabs.
Check how the header overflows to the right.
Expected behavior
Tabs would not push the rightSideItems to the right.
Describe the bug
This is somewhat in between of a bug and a feature request. The issue we are having is that the way the
EuiPageHeader
is structured does not allow for having severaltabs
and a long list of items in therightSideItems
.We would expect the tabs to be be underneath the
pageTitle
,description
andrightSideItems
, sotabs
would not push therightSideItems
to the right when adding many of them.I'm unsure how much of a problem it is to restructure the header in a way that this behaviour is fixed. Perhaps it is just us overusing these features, but we find the current approach we are using quite handy ux-wise for our use case.
Down below you can find a screenshot showing the problem or you can access this sandbox to reproduce it.
Impact and severity
It mainly impacts users with small screens but it does not break the application, it is just a usability issue.
Environment and versions
To Reproduce
EuiTemplate
.EuiTemplate.Header
component withrightSideItems
and manytabs
.Expected behavior
Tabs would not push the
rightSideItems
to the right.Minimum reproducible sandbox
https://codesandbox.io/p/sandbox/vibrant-bhabha-czlvzp?welcomeVSCode=true
Screenshots
The text was updated successfully, but these errors were encountered: