Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Inproper selection behavior on scroll if mouse hovering over list #282

Closed
kikonen-fiksu opened this issue Oct 9, 2014 · 3 comments
Closed
Milestone

Comments

@kikonen-fiksu
Copy link

If mouse is hovering over dropdown list and list is scrolled using UP or DOWN key then behavior is inproper.

What happens:

  • say dropdown fits 7 elements and mouse is hovering over 3rd visible element
  • If dropdown content is scrolled up or down (via keys) then when scroll happens, selection jumps into element under mouse hovering position, and selection moving via arrow keys continues from there

=> Causes very irritatingly "jumping" selection when browsing through elements.

@dimirc
Copy link
Contributor

dimirc commented Oct 9, 2014

I'm thinking about preventing the mouseenter to set the active item but to only show a simple css hover style

@dimirc dimirc added this to the 0.8.x milestone Oct 9, 2014
alannesta added a commit to alannesta/dropdown-components that referenced this issue Dec 22, 2014
change mouseenter to mouseover and prevent the event in capture mode
alannesta added a commit to alannesta/dropdown-components that referenced this issue Dec 23, 2014
alannesta added a commit to alannesta/ui-select that referenced this issue Dec 23, 2014
@dimirc dimirc modified the milestones: 0.12.x, 0.8.x Feb 17, 2015
@Ganasist
Copy link

I just experienced this behavior now. Is there a way around it?

@dimirc
Copy link
Contributor

dimirc commented Sep 28, 2015

Should be solved with #1211

@dimirc dimirc closed this as completed Sep 29, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants