steveahnahn opened a new pull request, #58118:
URL: https://github.com/apache/airflow/pull/58118
## Problem
TaskGroup nodes in the Graph View do not display a blue border highlight
when selected, unlike regular task nodes. When clicking on a TaskGroup, the URL
updates correctly to include the group ID but the visual selection indicator is
not applied.
## Solution
The Graph component was only checking the taskId URL parameter to set
isSelected on nodes. TaskGroups use a separate groupId URL parameter when
selected.
<img width="717" height="628" alt="Screenshot 2025-11-09 at 2 24 32 PM"
src="https://github.com/user-attachments/assets/9c828b16-87ba-4fe8-bc89-9c25d621dcdf"
/>
<img width="761" height="681" alt="Screenshot 2025-11-09 at 2 24 43 PM"
src="https://github.com/user-attachments/assets/d4138858-6546-4b22-be57-13f5b5566256"
/>
<img width="792" height="588" alt="Screenshot 2025-11-09 at 2 24 55 PM"
src="https://github.com/user-attachments/assets/23ddc177-1b2d-41d3-b245-3c48aa817e01"
/>
### Related Issues
Closes #57900
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]