`View now` button intermittently unclickable after unarchiving thread
Resolved 💬 0 comments Opened Mar 27, 2026 by GlyphFlipper Closed Jun 22, 2026
What version of the Codex App are you using (From “About Codex” dialog)?
26.325.21211 (1255)
What subscription do you have?
ChatGPT Pro
What platform is your computer?
Darwin 25.3.0 arm64 arm
What issue are you seeing?
After unarchiving a thread, the View now button is intermittently unclickable.
When it works, hover shows a pointer cursor, the settings menu closes, and the unarchived thread is focused.
When it does not work, hover shows the default cursor and clicking does nothing.
What steps can reproduce the bug?
- Open archived threads.
- Unarchive a thread.
- Use the
View nowbutton shown in the confirmation UI. - Repeat a few times.
Result is intermittent. Sometimes the button works. Sometimes it does nothing.
What is the expected behavior?
View now should always be clickable after unarchiving a thread. It should close the settings menu and focus the unarchived thread.
Additional information
This looks like an intermittent frontend state or hit-target issue.
In the working state, hover shows cursor: pointer.
In the broken state, hover shows cursor: default and click events do not appear to fire.