The GitHub Actions job "Flink CI (beta)" on flink.git/master has failed.
Run started by GitHub user MartijnVisser (triggered by MartijnVisser).

Head commit for run:
f5e7558e64d519afed6f98165676a1d26f70628e / Martijn Visser 
<[email protected]>
[FLINK-39017][web] Fix task click handler in job graph for Chrome 144+

Chrome 144 introduced BoundaryEventDispatchTracksNodeRemoval which
changes how pointer/mouse boundary events are dispatched after DOM
mutations. The onNodeMouseEnter handler used appendChild to reorder
SVG elements for z-ordering, which caused Chrome to reset the logical
pointer target to the parent graph element. This prevented click
events from reaching the node-group elements.

Remove appendChild DOM mutations from onNodeMouseEnter and
onNodeMouseLeave. Link focus styling on hover is preserved via
property changes without DOM reordering.

Co-Authored-By: Claude Opus 4.6 <[email protected]>

Report URL: https://github.com/apache/flink/actions/runs/21896490422

With regards,
GitHub Actions via GitBox

Reply via email to