-
Notifications
You must be signed in to change notification settings - Fork 186
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
Tip & faceting #1778
Labels
bug
Something isn’t working
Comments
Thanks for the report! It's a different bug, which happens when two facets change their value at the same time: they both dispatch an event, and the last one wins; the bug happens when the last one is the exiting facet. |
Fil
added a commit
that referenced
this issue
Aug 2, 2023
…e dispatching the value from the entering facet. Fixes #1778
🎉 Thanks for the fix! |
Fil
added a commit
that referenced
this issue
Aug 3, 2023
) * When simultaneously exiting a facet and entering a new one, prioritize dispatching the value from the entering facet. Fixes #1778 --------- Co-authored-by: Mike Bostock <mbostock@gmail.com>
Fil
added a commit
that referenced
this issue
Aug 21, 2023
) * When simultaneously exiting a facet and entering a new one, prioritize dispatching the value from the entering facet. Fixes #1778 --------- Co-authored-by: Mike Bostock <mbostock@gmail.com>
chaichontat
pushed a commit
to chaichontat/plot
that referenced
this issue
Jan 14, 2024
…servablehq#1779) * When simultaneously exiting a facet and entering a new one, prioritize dispatching the value from the entering facet. Fixes observablehq#1778 --------- Co-authored-by: Mike Bostock <mbostock@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I happened to notice an oddity with selections and faceting: https://observablehq.com/d/a03f70ae5c5962c4
It might be related to #1776 but I can still reproduce the behavior I'm seeing with
PlotF
from the notebook linked in #1777 so it does not look like the fix for that one also fixes this one.In this plot, the selection can sometimes be
null
even though the user is hovering over an item. Giving the plot a widewidth
fixes it, so it might have to do with the transition between facets and the sequencing of the events that triggers. Interestingly, moving from left to right seems to work, but not right to left.The text was updated successfully, but these errors were encountered: