The GitHub Actions job "Flink CI (beta)" on flink.git/release-2.1 has succeeded. Run started by GitHub user MartijnVisser (triggered by MartijnVisser).
Head commit for run: cbfd996e56194106e79c8bcdf189d1594ef4e0ab / 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]> (cherry picked from commit f5e7558e64d519afed6f98165676a1d26f70628e) Report URL: https://github.com/apache/flink/actions/runs/21896544913 With regards, GitHub Actions via GitBox
