-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't workingjiraThis task is referenced in a story of JiraThis task is referenced in a story of Jira
Description
Describe the bug
Tabs Component does not show horizontal scrollers. Also, In certain cases, pdf names are hidden by misaligned text.
To Reproduce
- Visit Halstack component website, and add following values to list of tabs
[
{
label: "Customer Journey V2 Jan 2023.pdf",
},
{
label: "Market Compensation Levels Report Q1 2023.pdf",
},
{
label: "Market Reform Contract",
},
{
label: "Market Reform Proposal",
}
]
- If above values are not used, ensure, tabs contain three or more tab labels with lengthy text values.
- During initial load, it can be observed, horiztonal scroller buttons to scroll the tabs are not present.
- Resize the window(using any method, say, change window size , fullscreen and exit fullscreen, dev tools, etc)
- After resize the scrolls are visible.
- Horizontal Scrollers should be visible in first place, but visible only after a resize event is fired. This seems to a bug.
Expected behaviour
- User need to be aware if there are more tabs present, apart from the ones that are in view.
- User should be able to access horizontal scroll buttons to scroll between the tabs in all cases
Screenshots
First Tab Name difficult to view

Additional context
Most of the time, after resize event occurs in the window, scrollers are visible.
Add labels
Tabs, DxcTabs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingjiraThis task is referenced in a story of JiraThis task is referenced in a story of Jira

