Skip to main content
Participant
August 19, 2026
Question

"Use Legacy 'New Document' Interface" setting is incorrectly enabled and locked if new document created quickly after startup

  • August 19, 2026
  • 2 replies
  • 37 views

Photoshop version: 26.11.6 (also occurred in 26.5.0)
OS: Windows 10 Home 22H2, build 19045
GPU: NVIDIA GeForce GTX 1660 Ti

STEPS TO REPRODUCE
1. Make sure the setting “Use Legacy 'New Document' Interface” is disabled.
2. Launch Photoshop.
3. As soon as the main Photoshop window opens, but before the UI has finished initializing, immediately press Ctrl+N or click File->New. 

EXPECTED RESULT
The standard New Document dialog should open, not the legacy dialog. The "Use Legacy 'New Document' Interface" setting should remain disabled.

ACTUAL RESULT
- Both the legacy and current New Document dialogs open.
- After closing the dialogs, Photoshop behaves as though "Use Legacy 'New Document' Interface" has been enabled.
- This setting becomes checked and greyed out, so it cannot be changed.
- All subsequent attempts to create a new document during that Photoshop session open only the legacy New Document dialog.
- Restarting Photoshop restores normal behavior and the setting is once again disabled and editable.

ADDITIONAL INFORMATION
I can reliably reproduce the problem by opening New Document before the Home screen fully appears. Waiting until the UI finishes initializing prevents the problem.

The bug can also be reproduced when Photoshop is launched by opening an existing file, so the Home screen doesn't seem to be required to trigger the issue.

If the "Use Legacy 'New Document' Interface" setting is already enabled, no issue occurs. Only the legacy dialogue opens, and the setting remains editable.

Both Ctrl+N and File->New can be used to reproduce the bug.

The file UIPrefs.psp in the settings folder seems to contain the relevant flag (UseOldFileNewDialog). This file is not modified by triggering the bug, indicating the issue is occurring in memory and not being written to the settings file.

Renaming the UXP folder and resetting preferences did not resolve the issue.

I have no third-party plugins installed.

The initial state of the Photoshop window. Pressing Ctrl+N at this point reliably reproduces the issue.
Two “New Document” dialogs open simultaneously.
The setting is greyed out and incorrectly enabled.

 

    2 replies

    Participant
    August 20, 2026

    Hi Mabrom

    When Ctrl+N is triggered before the UXP engine finishes loading the modern HTML/JS-based "New Document" screen, Photoshop falls back to the native C++ legacy dialog to prevent a hard crash. However, because startup isn't complete, it locks the setting in memory without writing it to UIPrefs.psp.

    Until a fix is deployed in a future build, here are the standard workarounds:

    • Disable the Home Screen: Go to Preferences > General and uncheck "Auto-show the Home Screen". This streamlines startup initialization and significantly reduces UI race conditions.

    • Wait for Startup: Allow 2–3 seconds for the main UI components to register before invoking the Ctrl+N shortcut or File > New menu.

    • Workaround via Legacy: If you prefer instant performance upon launching Photoshop, enabling "Use Legacy 'New Document' Interface" permanently in Preferences bypasses the UXP startup check entirely.

    I recommend submitting this thread directly via Help > Submit Feedback in Photoshop so the product team can log the bug for the UXP framework.

    MabromAuthor
    Participant
    August 21, 2026

    Thanks!

    At the moment, it seems the only true workaround is to wait a few seconds for the UI to initialize. The "Auto-show the Home Screen" setting does not affect this particular issue.

    This thread was originally submitted to Bug Reports, but it seems to have been moved to Questions. We'll see if it gets moved back, if not I might try to resubmit it.