You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider the following example where a bar mark is used to highlight and pick selections, with a dot mark on top that has external links.
Clicking on any of the dots (either left click to open the link directly, or right click to open the context menu) will also pin the pointer selection.
... I guess this request is largely incompatible with how Pointer is currently implemented, given that it is point/proximity based and has no notion of event targets?
Consider the following example where a bar mark is used to highlight and pick selections, with a dot mark on top that has external links.
Clicking on any of the dots (either left click to open the link directly, or right click to open the context menu) will also pin the pointer selection.
As an aside, the pointerdown handler should perhaps only respond to "pure" left clicks (button=0 and no modifier keys pressed).
The text was updated successfully, but these errors were encountered: