[BUG]:Inconsistant UI behaviour #286
Labels
No labels
bug
Chore
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
python
question
refactor
release
tests
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dunwright/django-tag-me#286
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a tag-me field is empty, the cursor is cursor-pointer, but only the menu button on the right is clickable. Typically, the cursor-pointer is a clickable element, which results in confusion when clicking does nothing.
When the tag-me field has tags selected, the cursor is cursor-auto, which is a more intuitive UI experience.
I can't get screenshots because the pointer is removed, however to recreate, just look at the cursor when there is not tags and then when there are tags selected.
Ideally, the whole field should be clickable to open up the tag-me menu like it was before, but I understand if this makes it difficult with the drag and drop reordering.