Skip to content

[fix] Preserve tooltips when promoting widgets to subgraph inputs#1174

Merged
christian-byrne merged 1 commit intomasterfrom
fix/subgraph-widget-tooltips
Jul 30, 2025
Merged

[fix] Preserve tooltips when promoting widgets to subgraph inputs#1174
christian-byrne merged 1 commit intomasterfrom
fix/subgraph-widget-tooltips

Conversation

@christian-byrne
Copy link
Contributor

Fixes an issue where promoted widgets in subgraphs were losing their tooltip information during the promotion process.

When widgets are promoted from internal subgraph nodes to the subgraph's external interface, the tooltip property is now preserved through a getter that returns the original widget's tooltip value.

Subgraph promoted widgets were losing their tooltip information during the promotion process. This fix ensures that widget tooltips are preserved when widgets are promoted from internal nodes to subgraph inputs, maintaining consistency with the tooltip display system.

- Add tooltip getter/setter to promoted widget properties in SubgraphNode
- Add comprehensive test coverage for tooltip preservation scenarios
- Handle undefined tooltips gracefully
@christian-byrne christian-byrne merged commit 381b5c7 into master Jul 30, 2025
4 checks passed
@christian-byrne christian-byrne deleted the fix/subgraph-widget-tooltips branch July 30, 2025 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant