-
Notifications
You must be signed in to change notification settings - Fork 913
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
tabbed content broken with recent changes #1295
Comments
Further details: When you render a tabpane directly, it looks like what @samdulam posted, and the tabs are functional. When you include a tabpane by reference using I'm playing with this in yugabyte/yugabyte-db#14694 if you want a live example. (Can't do the upgrade until this is resolved anyway, so we may as well use it for experimentation!) |
I just investigated your case, thanks for providing the repo! With version 0.5.1, a breaking change in tabpanes was introduced: the parameter @polarweasel: In your case this means, inside
with
Then have a look at your site preview, your tab should display correct again! ToDo: This breaking change is undocumented yet, I will add a paragraph to Sorry for any confusion caused! |
Done with PR #1298. |
Thanks so much, @deining! |
Yes, thanks! Can this issue be closed? |
With latest updates to
tab.html
andtabpane.html
tabbed content looks like belowManually creating those files in my project layouts/shortcodes using code from commit 1b10f6b fixes the issue.
The text was updated successfully, but these errors were encountered: