Hover tool tips appear on layout changes without mouse activity
Open 💬 0 comments Opened Jun 28, 2026 by stippi
What version of the Codex App are you using (From “About Codex” dialog)?
26.623.42026
What subscription do you have?
ChatGPT Plus
What platform is your computer?
Darwin 25.5.0 arm64 arm
What issue are you seeing?
Tooltip/popover hovers are triggered due to layout shifts, not only pointer activity. This is fine for example when scrolling with touch gestures or the mouse wheel. But it is wrong when the layout shifts are caused by typing.
What steps can reproduce the bug?
- On an empty session, click into the central prompt input and park the mouse pointer below some active UI element contained in the chat input below the text area.
- Type multiple lines of text into the input, the mouse pointed automatically hides after the first key presses (fine)
- The input grows, shifting the layout such that an active element is now beneath the hidden mouse pointer.
- The tool tip for that element pops up, often blocking the text you are typing
What is the expected behavior?
Tooltip/popover hover activation should require recent real pointer movement. If the last input modality was keyboard, layout changes must not open hover tooltips merely because a hidden/stationary cursor now overlaps a trigger.
Additional information
<img width="1000" height="494" alt="Image" src="https://github.com/user-attachments/assets/0c48e0fc-2662-479c-9adf-985e328eb292" />