Skip to content
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

Wrong content for default selected tab #6

Open
Endogen opened this issue Jul 15, 2016 · 1 comment
Open

Wrong content for default selected tab #6

Endogen opened this issue Jul 15, 2016 · 1 comment

Comments

@Endogen
Copy link

Endogen commented Jul 15, 2016

When using [ui-tabs position="top-left" active="2" theme="lite"] on a page with three tabs: after opening the page, the third tab is selected - which is correct. But it is shown the content of tab one.

@po-drik
Copy link

po-drik commented Dec 14, 2023

I have a similar situation with 4 tabs defined (very simplified) as
[ui-tabs position="top-left" active="0" theme="default"].
[ui-tab title="one"][div]lorem[/div][/ui-tab]
[ui-tab title="two"][div]ipsum[/div][/ui-tab]
[ui-tab title="three"][div]dolor[/div][/ui-tab]
[ui-tab title="four"][div]sit a[/div][/ui-tab]
[/ui-tabs]

  • selecting tabs 1 to 3 will display their own contents as designed.
  • selecting tab 4 seems to do nothing (except show the last clicked tab's contents), but after this tab 3 will inherit and only display the contents of tab 4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants