-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ebay-tabs: add scrollable container option #2062
Comments
@ianmcburnie I wanted to get your perspective on this first, if there are any issues from an accessibility perspective on this? |
I think so long as |
What if the text of the tabs falls within the space of the viewport (i.e. the text isn't cut off like in the screen shot above)? In this case, there would be no visual affordance that the region is horizontally scrollable. Needs further discussion with design team. Could an overflow menu button be an alternative to scrolling? (horizontal scrolling is not much fun) |
Maybe "scroll shadow" can work (Along with some aria-labels)? |
If we want to do this issue we need the following:
|
Discussed about this. Possibly will add a common scrolling component. |
If we do use the scrolling solution, we absolutely must have a scroll shadow to provide affordance that there are additional items hidden from view. It's not a strong indicator, but it's something. If we want to make the solution as robust as possible, we may also want to consider both 2-row tabs AND scrolling (w/scroll shadow). |
Ooo - I like the vertical tabs! I guess the main concern though is whether that's a comfortable enough line length for reading (in the content panel I mean). Maybe the tabs could go even narrower if not, but good to check with design. |
@ianmcburnie , yea, we can make the tabs even narrower. If the max-width of each tab on horizontal matches the max-width of the vertical tabs, it allows more flexibility since the longer length of one tab doesn't impact the others and you can have more tabs without impacting others. |
@randybascue could we get another look at this? I know this is being asked by some teams |
Problem
Tabs can extend beyond their container. Users need to be able to scroll tabs to view those off screen.
Playbook →
Figma →
Example
The text was updated successfully, but these errors were encountered: