-
Notifications
You must be signed in to change notification settings - Fork 353
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
Bug - [Tabs] - [Vertical Tabs show content below tablist instead of beside] #9869
Labels
Comments
Thanks for making this issue! The PF leads believe this is operating as intended from a React standpoint, but that we should create a demo of vertical tabs in a sidebar once patternfly/patternfly#6117 and any associated followup work is complete. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
false |
github-project-automation
bot
moved this from Done
to Needs triage
in PatternFly Issues
Apr 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the problem
When using vertical tabs, the content is rendered below the tablist.
This looks a bit strange, especially when using boxed tabs.
How do you reproduce the problem?
This behavior is shown on the Patternfly website: https://www.patternfly.org/components/tabs#vertical-tabs:
Note that the tablist fills the entire width of the demo.
So you can use the code from that example
Expected behavior
The content is displayed to the right of the tablist, as the design (especially if the tabs are boxed) indicates.
I could sort of replicate what I want by wrapping both the tablist and the content in a flexbox.
yields:
Is this issue blocking you?
The current workaround is to use detached tabs and place the tabs and the content in a grid and manually specifying how large each side should be.
Screenshots
If applicable, add screenshots to help explain the issue.
What is your environment?
What is your product and what release date are you targeting?
OS: Arch Linux
Browser: Firefox
The text was updated successfully, but these errors were encountered: