Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Tabtray - Add new children tabs after the youngest sibling #8837

Closed
codrut-topliceanu opened this issue Oct 29, 2020 · 0 comments
Closed

Tabtray - Add new children tabs after the youngest sibling #8837

codrut-topliceanu opened this issue Oct 29, 2020 · 0 comments
Assignees
Labels
🌟 feature New functionality and improvements <state> Component: browser-state

Comments

@codrut-topliceanu
Copy link
Contributor

codrut-topliceanu commented Oct 29, 2020

At the moment when a user opens a new tab from within a selected tab this new tab is added immediately after the parent tab. As per point 2 of this comment we need to alter that behaviour:

From :
current_tab, last_new_tab, ... third_new_tab, second_new_tab, first_new_tab
To:
current_tab, first_new_tab, second_new_tab, third_new_tab,... last_new_tab

┆Issue is synchronized with this Jira Task

@codrut-topliceanu codrut-topliceanu added the <tabs> Components: browser-tabstray, feature-tabs label Oct 29, 2020
@codrut-topliceanu codrut-topliceanu self-assigned this Oct 29, 2020
codrut-topliceanu pushed a commit to codrut-topliceanu/android-components that referenced this issue Oct 29, 2020
@pocmo pocmo added <state> Component: browser-state 🌟 feature New functionality and improvements and removed <tabs> Components: browser-tabstray, feature-tabs labels Oct 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🌟 feature New functionality and improvements <state> Component: browser-state
Projects
None yet
Development

No branches or pull requests

2 participants