-
Notifications
You must be signed in to change notification settings - Fork 121
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
Crosshair works incorrectly after page scroll #123
Labels
bug
Something isn't working
:interactions
Interactions related issue
released
Issue released publicly
Comments
markov00
added a commit
to markov00/elastic-charts
that referenced
this issue
Mar 27, 2019
This commit correct the behaviour of using clientX and clientY instead of offsetX and offsetY. The previous behavious used the synthetic position of the mouse cursor, this commit change it to use the native event value that already take care of the border box. fix elastic#123
4 tasks
markov00
added a commit
that referenced
this issue
Mar 28, 2019
This commit correct the behaviour of using clientX and clientY instead of offsetX and offsetY. The previous behavious used the synthetic position of the mouse cursor, this commit change it to use the native event value that already take care of the border box. fix #123
🎉 This issue has been resolved in version 3.4.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 34.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Aug 23, 2021
6 tasks
AMoo-Miki
pushed a commit
to AMoo-Miki/OpenSearch-Dashboards
that referenced
this issue
Feb 10, 2022
## [3.4.4](elastic/elastic-charts@v3.4.3...v3.4.4) (2019-03-28) ### Bug Fixes * **crosshair:** use offsetX/Y instead of clientX/Y ([opensearch-project#128](elastic/elastic-charts#128)) ([ce2cd17](elastic/elastic-charts@ce2cd17)), closes [opensearch-project#123](elastic/elastic-charts#123)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
:interactions
Interactions related issue
released
Issue released publicly
Describe the bug
Crosshair works incorrectly after page scroll. User unable to see a tooltip while hover on a chart point
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A page scroll shouldn't break the chart positioning
Screenshots
Version (please complete the following information):
Additional context
n/a
Errors in browser console
n/a
Kibana Cross Issues
n/a
Checklist
Kibana Cross Issues
listkibana cross issue
tag is associated to the issue if any kibana cross issue is presentThe text was updated successfully, but these errors were encountered: