Two selectors (one from MouseOver) are visible at the same time
Bug #385092 reported by
Michał Sawicz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Invalid
|
High
|
Unassigned |
Bug Description
MouseOver events don't actually change the selector's index on list, which results in having two selectors when one is created from MouseOver and the other one from keyboard events.
Steps to reproduce:
- select an entry with your keyboard
- move your mouse so that the selector appears somewhere else
- try moving the selector with your keyboard again
Expected result:
- the selector moves from where it is visible currently
Current result:
- the selector stays in place while another shows up from where it was prior to mouse movement
Related branches
Changed in moovida: | |
milestone: | none → bug-fixing-day |
Changed in moovida: | |
assignee: | Mucx (dmcleod-fluendo) → Kaleo (fboucault) |
tags: | added: impairs-ux |
tags: |
added: user-experience removed: impairs-ux |
Changed in moovida: | |
assignee: | Florian Boucault (fboucault) → nobody |
To post a comment you must log in.
That one is a tricky issue, and the "expected" result is not so obvious.
Your proposition means that mouseover events change the selected item in a list, which had never been the case before.
Another solution would be not to change the highlighted item when hovering with the mouse.
There are pros and cons for both of those solutions, but in any case the one we'll pick needs to be carefully thought of.