You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you have a nested collection containing special (e.g. non-alphanumeric) characters at the end of the collection name, those characters will be reversed and moved to the beginning of the full collection path when you navigate to that collection in the "Select collection" dialog box.
This also appears to cause special characters at the beginning of the top-most collection to be moved to the end of the full path, again in reverse order.
A good real world example would be the the collection path Dev / Languages / C++. In the Select Collection dialog, this path appears as ++Dev / Languages / C:
This appears to be caused by direction: rtl CSS property in src/co/collections/item/title.module.styl. I'm not sure why that property is set, but removing it in the browser dev tools appears to fix the issue.
To Reproduce
Steps to reproduce the behavior:
Create two collections !@foo and bar#$, the second nested within the first as per the screenshot below.
Select a bookmark, and click the collection dropdown to open the "Select collection" dialog.
Navigate to or search for the new bar#$ collection.
Note that the special characters are reversed, as in the screenshot below.
Expected behavior
The collection path should appear as !@foo / bar#$.
Screenshots
Collections with special characters:
How they appear in "Select collection":
Desktop (please complete the following information):
OS: macOS
Browser: Firefox
Version: 130
The text was updated successfully, but these errors were encountered:
Describe the bug
If you have a nested collection containing special (e.g. non-alphanumeric) characters at the end of the collection name, those characters will be reversed and moved to the beginning of the full collection path when you navigate to that collection in the "Select collection" dialog box.
This also appears to cause special characters at the beginning of the top-most collection to be moved to the end of the full path, again in reverse order.
A good real world example would be the the collection path
Dev / Languages / C++
. In the Select Collection dialog, this path appears as++Dev / Languages / C
:This appears to be caused by
direction: rtl
CSS property insrc/co/collections/item/title.module.styl
. I'm not sure why that property is set, but removing it in the browser dev tools appears to fix the issue.To Reproduce
Steps to reproduce the behavior:
!@foo
andbar#$
, the second nested within the first as per the screenshot below.bar#$
collection.Expected behavior
The collection path should appear as
!@foo / bar#$
.Screenshots
Collections with special characters:
How they appear in "Select collection":
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: