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

Develop example of tabs design pattern where selection does not follow focus #152

Closed
mcking65 opened this issue Nov 11, 2016 · 2 comments
Closed
Assignees
Labels
Example Page Related to a page containing an example implementation of a pattern

Comments

@mcking65
Copy link
Contributor

We have one example implementation
of the
tabs pattern
where selection follows focus. That is, as the user moves focus in the tablist, the selection also moves and the tabpanel content for the selected tab, which is also the focused tab, is automatically displayed.

This issue is to create an example implementation where selection does not follow focus. In this implementation, as the user moves focus in the tab list, the selection will not move and the content of the tab panel will not change. To display the new tabpanel, the user presses enter or space on the focused tab.

It would be useful for the two implementations to be on separate example pages so it is easier to link to them separately from the text of the APG section that describes considerations for deciding whether selection should or should not follow focus.

@mcking65 mcking65 added this to the 1.1 Q4 PWD milestone Nov 11, 2016
@mcking65 mcking65 added the Example Page Related to a page containing an example implementation of a pattern label Nov 11, 2016
@mcking65 mcking65 modified the milestones: 1.1 PR, 1.1 Q4 PWD Dec 12, 2016
@ZoeBijl
Copy link
Contributor

ZoeBijl commented Feb 2, 2017

This is fixed in eb14297 which is in the tabs branch. There is a pull request for this issue.

mcking65 added a commit that referenced this issue Feb 9, 2017
Merge for pull request #269 that resolves issue #152.
@mcking65
Copy link
Contributor Author

mcking65 commented Feb 10, 2017

Thank you @MichielBijl!

Work for this issue is now complete with merges for pull #269. Reviews are being tracked in issue #279.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Example Page Related to a page containing an example implementation of a pattern
Development

No branches or pull requests

2 participants