The GitHub Actions job "Flink CI (beta)" on flink.git/release-2.0 has succeeded.
Run started by GitHub user MartijnVisser (triggered by MartijnVisser).

Head commit for run:
c61ec3a9ae49840bcffb289fad4373f16fbb6a8a / 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/21896561028

With regards,
GitHub Actions via GitBox

Reply via email to