-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug] In Edit tags window, hierarchical tags are not shown at the top #15278
Comments
This should have been handled in the linked PR ( |
|
There are two ways to solve this issue:
Anki's approach is more intuitive and probably easier to maintain (because of shared code). The second approach requires the user to know what the symbols mean and what happens when they click on the "indeterminate" icon. But after they know it, this approach makes it easy to perform more complex operations. |
Based on the linked PR, the second approach should be already implemented. But, I don't see the "indeterminate" icon when some tag is not present in all of the selected cards. Perhaps, there is some other issue? Maybe the same root cause as #15196? |
just FYI, this is not always the case. If it is something strict to Qt's UI, we don't get it. Only backend stuff and HTML pages |
This comment was marked as outdated.
This comment was marked as outdated.
Still needs investigation |
@user1823 could you provide a screen recording when feasible, the issue isn't immediately clear to me |
In trying to reproduce the issue in a fresh profile, I think that I have uncovered the actual issue.
This happens only when hierarchical tags are used. Actually, the indeterminate icon is there but, unlike the non-hierarchical tags, these tags are not brought to the top of the list when editing the tags. So, if I have hundreds/thousands of tags, I would not be able to find them and assume that they were not highlighted. In the following recording, I first click edit tags on the individual cards to show tags applied to them. Then, I select both and click edit tags to show that AnkiDroid doesn't bring the hierarchical tags to the top. screen-20240423-173514.mp4 |
The feature already exists in Desktop. I think (but not sure) that it should be easy to implement using the new backend.Regardless of whether this is implemented or not, please hide theEdit tags
option when multiple cards are selected because this option makes sense only when a single card is selected.The actual issue is described in #15278 (comment)
The text was updated successfully, but these errors were encountered: