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

fix: Revert TooltipHideEvent to MouseOutEvent #3909

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

kadamwhite
Copy link
Contributor

Alternative approach to #3907, which selectively reverts only one line from #3781 in order to mitigate #3893.

Untested; I haven't been able to build a test bundle of the project as the yarn install is failing on my M1 mac due to missing build dependencies.

@kadamwhite kadamwhite requested a review from a team as a code owner April 25, 2024 21:45
Copy link
Member

@lsh lsh left a comment

Choose a reason for hiding this comment

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

I played around with this PR for a while and it didn't seem to break anything, though I also couldn't recreate the issue outside of codesandbox/codepen. Either way, this is a safe change, so looks good to me.

@lsh lsh merged commit dcf4209 into vega:main Apr 26, 2024
4 checks passed
@kadamwhite kadamwhite deleted the revert-mouse-pointer branch April 29, 2024 19:32
@lsh lsh mentioned this pull request May 8, 2024
lsh added a commit that referenced this pull request May 10, 2024
**docs**
* remove Google Analytics. (via #3894) (Thanks @domoritz!)

**monorepo**
* switch to ESLint flat config file. (via #3920) (Thanks @lsh!)
* update node versions in ci. (via #3915) (Thanks @domoritz!)

**vega-encode**
* use domainMin and domainMax to set scale padding. (via #3906) (Thanks
@Jami159 & @lsh!)

**vega-scale**
* Add observable10 palette. (via #3843) (Thanks @mcnuttandrew!)
* Respect tickMinStep for binned scale. (via #3904) (Thanks @alexxu-db!)

**vega-scenegraph**
* Revert TooltipHideEvent to MouseOutEvent to fix events on mobile. (via
#3909) (Thanks @kadamwhite!)

**vega-typings**
* Add observable10 palette. (via #3843) (Thanks @mcnuttandrew!)

**vega-view**
* turn off all handlers in View.finalize() to fix memory leak. (via
#3896) (Thanks @cmerrick!)
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.

None yet

2 participants