My guess is that this is pointerdown + pointerup (or click), so two separate gestures which are part of the same logical user interaction.
The red highlighted area marks "long" interactions, and it sorta makes it look like the event started processing in the middle of the Timer Task-- but it's actually still just marking the input delay whisker (i.e. still waiting for that timer task to yield). I suspect that if we saw to the right of the trace you would see an event listener task and you could see the actual event type.
If that isn't it-- could you share a trace given that you can reproduce consistently?
Ideally also:
- Enable DevTools experimental feature to "Performance Panel: show all events"
Cheers,