Skip to content
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

scroll bar for list has unusual click detection when on top of other controls #49

Closed
twilson90 opened this issue Apr 16, 2016 · 1 comment

Comments

@twilson90
Copy link

twilson90 commented Apr 16, 2016

It's not as simple as it doesn't work when something's underneath it (like a panel or label), sometimes it works, sometimes it doesn't.
It appears to be random but there must be some criteria I'm not recongizing.
(EDIT - it appears if i hover over the control underneath first, then the scrollbar hover/click is never detected, if I avoid touching any of them then the scrollbar is functional)

I've also experienced a similar issue which is when the the scrollbar is in the bottom right, the handle for the window is clicked instead of the scrollbar.

The list's scroll should have higher click priority over all its contents, and a window's drag handle should have the least click priority over all its contents.

@ruby0x1
Copy link
Member

ruby0x1 commented May 12, 2016

Yea it can be frustrating the scroll handles missing events.
I'm working out a good solution that's more general than the two cases given,
but it's a good point for the window resize handle as well.

Thanks for the report

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

No branches or pull requests

2 participants