# Bug report As reported on Discord: https://discord.com/channels/1287292451308048406/1287292451308048409/1488499829104443424 ## Current behavior The inner and outer tooltips do not work correctly. There is flicker. https://github.com/user-attachments/assets/08c3c2e1-c5e7-4aa8-bda6-fb7304815862 If we add `open={false}` to the outer tooltip: https://github.com/user-attachments/assets/3d635b23-53de-4aa4-b582-c9592a0128a0 ## Expected behavior The inner and outer tooltips work correctly. No flicker. ## Reproducible example https://stackblitz.com/edit/zrcwexu5?file=src%2FApp.tsx ## Base UI version 1.3.0 ## Which browser are you using? Chrome ## Which OS are you using? macOS ## Which assistive tech are you using (if applicable)? Voiceover/JAWS etc. ## Additional context For context, here the real world example of where I need nested tooltips: https://github.com/user-attachments/assets/a762d5f4-5310-44b5-997d-b30e6fada002
Bug report
As reported on Discord: https://discord.com/channels/1287292451308048406/1287292451308048409/1488499829104443424
Current behavior
The inner and outer tooltips do not work correctly. There is flicker.
Screen.Recording.2026-04-01.at.09.10.57.mov
If we add
open={false}to the outer tooltip:Screen.Recording.2026-04-01.at.09.11.50.mov
Expected behavior
The inner and outer tooltips work correctly. No flicker.
Reproducible example
https://stackblitz.com/edit/zrcwexu5?file=src%2FApp.tsx
Base UI version
1.3.0
Which browser are you using?
Chrome
Which OS are you using?
macOS
Which assistive tech are you using (if applicable)?
Voiceover/JAWS etc.
Additional context
For context, here the real world example of where I need nested tooltips:
Screen.Recording.2026-04-01.at.09.17.13.mov