Skip to content

Conversation

@igoradamenko
Copy link

If you used selecter with scroller and scroll list by mouse (click, hold and drag scroll-bar), after scrolling selecter was hiding if cursor not on scroll-bar. But if change .parents in _onCloseHelper to .closest this bug is fixed.

Now list is not hiding if cursor on list (not only on scroll-bar) after scrolling.

before pull request: https://www.screenr.com/ZykN
after pull request: https://www.screenr.com/kykN

.parents starts search from first parent, but we need to start from current element.
.parents starts search from first parent, but we need to start from current element.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant