-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix to focus on the current space in the sidebar #2335
Comments
@elatif2020 I'm not sure I can reproduced exactly what you described but I have discovered that the recursive tree is unable to focus on spaces that are deeper then the second level when you go directly to the space (via a url). It might be the problem you described here. By the way, the issue I've described happens both on mobile and desktop. |
@roienatan This also happens both in mobile and desktop |
I updated this card info with both issues |
…ocus Fix to focus on the current space in the sidebar #2335
@roienatan @elatif2020 i open a common and see it in the sidebar |
@NoamQA I think the issue is with these specific commons: |
I can't reproduce it so I guess it is a special case with some issue in the data |
@andreymikhadyuk @elatif2020 |
When navigating to spaces in the first time, and in some other scenarios I find out the sidebar focus is in a different common.
It should always focus on the common which is active (according to the item I came from)
Steps to reproduce:
1 - Make sure to follow this discussion
2 - Navigate to another common
3 - Navigate to the inbox,
4 - Find and click the item Autumn DEV
5 - Click on the "Boots" space in the system message
6 - In the sidebar your other common is appearing
This happens both in mobile and desktop
Here is an example where I was in another space and reached different common in the sidebar
Another related issue: the sidebar spaces tree is unable to focus on spaces that are deeper than the second level when you go directly to the space (via a url). It might be the problem you described here.
To clarify, given this structure:
A (Main common)
B (space under A)
C (space under B)
If you take the url of A or B the tree will be auto-focused as expected including opening the tree automatically. But if you try with C url, the tree stays close.
Happens both on mobile and desktop.
The text was updated successfully, but these errors were encountered: