Bug: tool tips cause layout to jump around when activated #171

Closed
opened 2026-09-01 18:39:12 +01:00 by gronod · 1 comment
Owner

When tool tips are triggered, they should be rendered over the display below the trigger point l, rather than being inserted into the layout causing the other elements to jump around.

When tool tips are triggered, they should be rendered over the display below the trigger point l, rather than being inserted into the layout causing the other elements to jump around.
gronod added the Kind/Bug
Reviewed
Confirmed
1
Priority
High
2
labels 2026-09-01 18:39:12 +01:00
Author
Owner

Resolved in v0.6.2 (commit 7cebbf8). Contextual tooltips now render as absolute floating overlays on hover/focus to prevent layout jitter, with inline static flow preserved when toggled via "Show Tooltip Hints".

Resolved in v0.6.2 (commit `7cebbf8`). Contextual tooltips now render as absolute floating overlays on hover/focus to prevent layout jitter, with inline static flow preserved when toggled via "Show Tooltip Hints".
Sign in to join this conversation.