plot icon indicating copy to clipboard operation
plot copied to clipboard

let the pointer's pointerdown event propagate

Open Fil opened this issue 1 year ago • 3 comments

Controlling this event is necessary because (internally) we only want to process it once, even when it's tied to several marks. This typically happens on the crosshair mark which uses the same shared pointer transform on its submarks, where not controlling this would result in an even number of flag toggling — when we just want one.

However for some applications the upstream app also wants to see that event.

In this PR, instead of preventing propagation, we ignore internal duplicate handling.

closes #2052

cc: @jheer

For more context see commit 8174cfa3 as part of PR #1527.

Fil avatar Jan 03 '25 14:01 Fil

Thanks @Fil! Would love to see this reviewed and released. We would make use of this immediately.

jheer avatar Feb 15 '25 00:02 jheer

Is there anything specific holding this back?

derekperkins avatar Jul 11 '25 05:07 derekperkins

Is there anything specific holding this back?

lack of time. We'll get to it eventually. thanks!

Fil avatar Jul 11 '25 09:07 Fil