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

Store active tab state and enable binding tabs to that state #20

Open
zgramana opened this issue Mar 21, 2019 · 0 comments
Open

Store active tab state and enable binding tabs to that state #20

zgramana opened this issue Mar 21, 2019 · 0 comments

Comments

@zgramana
Copy link

Use Case

As a user of a specific language, once I select the tab displaying code in my language I want to see all code examples display my language automatically so that I can learn faster, or share a link to a colleague that will open to that tab.

Acceptance Criteria

  1. Browsing to /getting-started/hello-world/#csharp should make all tabs active where tab.fct_label equals csharp.
  2. Browsing to /getting-started/hello-world/#csharp,docker should make all tabs on that page active where tab.fct_label equals csharp or docker.
  3. When two or more tabs in the same tab set satisfy the condition described in (2), use the first match to determine the active tab such that the behavior is functionally equivalent to (1).
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

1 participant