codex - 💡(How to fix) Fix File path tooltip flickers/disappears when hovering over changed file names during Codex work

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Root Cause

This used to work correctly before. Previously, I could hover over a changed file name and reliably see the full path. This is important because I need to understand exactly which file and directory in my project is being edited while Codex is working.

RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.513.31313 (2867)

What subscription do you have?

Plus + Credits

What platform is your computer?

Darwin 22.6.0 arm64 arm

What issue are you seeing?

While Codex is working on code changes, I can see the list of files that are being edited or created. Normally, when I hover over a file name, a tooltip appears showing the full/absolute path to that file.

Recently this tooltip behavior became broken. When I hover over a file name, the tooltip flashes for a very short time, approximately 100 ms, then disappears. After about a second it appears again briefly and disappears again. This keeps repeating, making the tooltip unusable.

This happens while Codex is editing/syncing files, and sometimes it also continues after Codex has already finished its work.

This used to work correctly before. Previously, I could hover over a changed file name and reliably see the full path. This is important because I need to understand exactly which file and directory in my project is being edited while Codex is working.

What steps can reproduce the bug?

  1. Open a project in the Codex App.
  2. Start a Codex task that edits or creates multiple files.
  3. While Codex is working and the file change list is visible, hover over one of the changed file names.
  4. Observe the tooltip that should show the file path.

Actual result: The tooltip appears only for a very short moment, then disappears. It keeps blinking/flashing instead of staying visible while the cursor is hovering over the file name.

This seems like it may be related to UI re-rendering while the file list is being updated during sync/editing.

What is the expected behavior?

When hovering over a changed file name, the tooltip should stay visible as long as the cursor remains over the file name.

The tooltip should consistently show the full/absolute file path, so the user can understand exactly which file in the project is being modified.

This behavior should work both while Codex is actively editing/syncing files and after the task has finished.

Additional information

This is not a one-time issue. It happens repeatedly during normal Codex usage.

The tooltip previously worked correctly, so this appears to be a regression in the Codex App UI.

The issue makes it difficult to monitor Codex work in real time, because I can no longer reliably see the full path of the files being modified.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix File path tooltip flickers/disappears when hovering over changed file names during Codex work