openai / openai/codex

Lightroom Classic panels missing from screenshots in Computer Use

Open
#44,927 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

app bug computer-use
Dominant language
Rust
Stars
125k
Forks
19.4k
PR merge metrics
PR metrics pending

Description

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

26.903.71938

What subscription do you have?

Pro

What platform is your computer?

Darwin 24.6.0 arm64 arm

What issue are you seeing?

Observed:

  • Computer Use initially returns complete Lightroom screenshots.
  • After automated clicks, its screenshots omit the side panels, module picker, and filmstrip.
  • The panels remain visible on the physical display, and an independent capture method still captures them while Computer Use screenshots are incomplete.

The missing panel regions appear black within the unchanged image dimensions; the photo remains visible.

What steps can reproduce the bug?

mcp__cua_repl.js:

  1. Open Lightroom → Develop with panels visible.
  2. Run let lr = await cua.getApp("com.adobe.LightroomClassicCC7");, then separately await lr.getScreenshot();. Confirm a complete screenshot.
  3. Click somewhere and capture again:
await lr.click([350, 9], {mouseButton: "left"});
await lr.getScreenshot();
What is the expected behavior?

Expected: panels remain in the screenshot. Actual: panels are missing.

Before:
Image

After:

Image
Additional information

Environment: ChatGPT Work 26.903.71938 (8576), Astra; runtime 0.153.4; Computer Use helper 26.902.1000968; Lightroom 15.4.1; macOS 15.7.9 (24G830), M4 Max.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with mcp__cua_repl.js using Lightroom Classic on macOS: capture the initial screenshot, perform the documented click, and capture again. Trace the Computer Use screenshot path and compare it with the independent capture while checking the side panels, module picker, and filmstrip. Done means post-click screenshots retain those regions without changing the existing reproduction behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.