Skip to content

fix: Update Transformation Tooltip gizmo to have transparent background property so hit registration matches highlighting#3059

Open
Acissathar wants to merge 2 commits intostride3d:masterfrom
Acissathar:fix-Transformation-gizmo-highlight-doesnt-show-tooltip-always
Open

fix: Update Transformation Tooltip gizmo to have transparent background property so hit registration matches highlighting#3059
Acissathar wants to merge 2 commits intostride3d:masterfrom
Acissathar:fix-Transformation-gizmo-highlight-doesnt-show-tooltip-always

Conversation

@Acissathar
Copy link
Contributor

PR Details

The hover highlight and tooltip for the transform gizmos are not consistent as the tooltip will only occur when directly over the actual icon itself, while the highlight occurs when on the button.

Example:
InitialTooltipIssue

The tooltip was attached to the Border element inside the DataTemplate, causing a mismatch where hovering over the ListBoxItem's padding area triggered the highlight but didn't show the tooltip. This change moves the tooltip from the Border element into the ListBoxItem container style so that it applies to the entire item.

With change:

InitialTooltipFixedf

Related Issue

#3054

Types of changes

  • Docs change / refactoring / dependency upgrade
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My change requires a change to the documentation.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • I have built and run the editor to try this change out.

@Eideren Eideren requested a review from Kryptos-FR February 7, 2026 10:30
@Eideren Eideren added the area-UI label Feb 7, 2026
@Acissathar Acissathar changed the title fix: Move tooltip from ListBox itemtemplate to ContainerStyle so Transform Gizmo hover highlight and tooltip are consistent fix: Update Transformation Tooltip gizmo to have transparent background property so hit registration matches highlighting Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants