d3 / d3-transition

Animated transitions for D3 selections.
https://d3js.org/d3-transition
ISC License
223 stars 65 forks source link

transition() prevents click events on iOS Safari/15.5 #138

Closed reacthacker closed 1 year ago

reacthacker commented 1 year ago

In a Safari browser on a mobile phone transition() prevents all click events. This behavior can be seen more clearly if duration(t) is added to the transition. Then click events are prevented for the duration of t.

On Desktop-browsers this behavior couldn't be replicated (Safari/Chrome/Firefox).

Fil commented 1 year ago

Can you please share a webpage or observable notebook that helps us reproduce the issue? Thank you.

reacthacker commented 1 year ago

Not reproducable with observable notebook... probably a problem in own setup with angular