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

EuiColorStops change popover open from onClick to onMouseDown #2505

Merged
merged 2 commits into from
Oct 31, 2019

Conversation

thompsongl
Copy link
Contributor

@thompsongl thompsongl commented Oct 30, 2019

Summary

Closes #2497, which highlights a experience concern with which popover is open during serial drag events. This solves the problem by moving popover toggling from onClick to onMouseDown, and moving popover state management "up" to the parent component.

Checklist

- [ ] Checked in dark mode

  • Checked in mobile

- [ ] Checked in IE11 and Firefox
- [ ] Props have proper autodocs
- [ ] Added documentation examples

  • Added or updated jest tests

- [ ] Checked for breaking changes and labeled appropriately

  • Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

Copy link
Contributor

@ryankeairns ryankeairns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I hadn't noticed that the popover always opened, even previously (on release). Regardless, this is a nice fix.

Copy link
Contributor

@nreese nreese left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for making this change. Makes the component much nicer to work with.

LGTM
code review, tested in chrome.

@nreese
Copy link
Contributor

nreese commented Oct 30, 2019

does this need a change log entry?

@thompsongl
Copy link
Contributor Author

does this need a change log entry?

Yep. I have that and a couple browser checks to do before this merges. It'll get added.

@thompsongl thompsongl merged commit 8f0de9f into elastic:master Oct 31, 2019
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.

[EuiColorStops] Open popover on thumb mouse down
3 participants