Skip to content

Features/cgu/26.2/field status error 439853#2056

Merged
cguglielmo merged 2 commits intoreleases/26.2from
features/cgu/26.2/field_status_error_439853
Mar 3, 2026
Merged

Features/cgu/26.2/field status error 439853#2056
cguglielmo merged 2 commits intoreleases/26.2from
features/cgu/26.2/field_status_error_439853

Conversation

@cguglielmo
Copy link
Copy Markdown
Member

No description provided.

Use case:
A field has status menu mappings to display some menus in tooltip.
1. Click on the field status to open the context menu
2. Click into the field to open the tooltip with menus
-> An error occurs because the menus are still rendered in the context
menu due to the remove animation.

Solution is to close the context menu immediately when a tooltip needs
to be shown.

439853
- The parent listeners only need to be added if the tooltip is shown the
first time.
- The listeners always need to be removed if the tooltip is destroyed,
even if hideTooltip is not called explicitly (e.g. by clicking outside
the tooltip if autoRemove is true).

439853
@cguglielmo cguglielmo merged commit 877915c into releases/26.2 Mar 3, 2026
3 checks passed
@cguglielmo cguglielmo deleted the features/cgu/26.2/field_status_error_439853 branch March 3, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants