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

Persist Tab Selection #51

Open
aghassemi opened this issue Apr 22, 2015 · 0 comments
Open

Persist Tab Selection #51

aghassemi opened this issue Apr 22, 2015 · 0 comments
Assignees

Comments

@aghassemi
Copy link
Contributor

Currently user loses the selected tab when switching between tab in item details. We should do a best effort to preserve it, including having it in the Url.

Special attention needs to be made since user can go to an item that does not have the currently selected tab as an option.

Plugins can potentially cause flicker as well since they load asynchronously, so initially when switching items we may not know if the selected tab applies to the new item or not causing us to switch to the default tab but when plugins load, selectedTab may apply now and we switch back to a plugin tab causing a flicker.

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

No branches or pull requests

1 participant