Skip to main content
Klavdiy24895132ql2j
Participant
February 5, 2026

P: Canvas Size relative Width/Height not recorded in Actions (values saved as blank)

  • February 5, 2026
  • 31 replies
  • 771 views

In Adobe Photoshop, the updated Canvas Size dialog fails to record relative dimensions when recording an Action. This works correctly in 27.3.1 (Release), but is broken in 27.4.0 (Beta).

 

Steps to reproduce

  1. Open any document.

  2. Create a new Action (in the Actions panel).

  3. Click Record.

  4. Go to Image → Canvas Size…

  5. Change the units to millimeters (mm).

  6. Switch the size mode from Absolute to Relative.

  7. Enter values:

    • Width: X mm

    • Height: Z mm

  8. Click OK to apply.

  9. Stop recording.

 

Expected result

The Action records a Canvas Size step with parameters:

  • With Relative

  • Width: X mm

  • Height: Z mm

  • Horizontal: Center

  • Vertical: Center

  • Extension Color: Background

 

Actual result (27.4.0 Beta)

The Action records a Canvas Size step with:

  • With Relative

  • Width: (blank)

  • Height: (blank)

  • Horizontal: Center

  • Vertical: Center

The Width and Height fields exist in the recorded step, but their values are not saved (empty).

Adobe Photoshop Version: 27.4.0 20260201.m.3398 df09e8f  arm64 (beta, PublicBeta)

    31 replies

    Participant
    February 25, 2026

    Hello Adobe Team,

    I would like to report a reproducible regression in Photoshop 2026 affecting Actions that include the command:

    Image → Canvas Size

    When an Action contains a Canvas Size step, the Action fails during playback. This affects:

    • Manual Action playback

    • Batch (File → Automate → Batch)

    • Image Processor (File → Scripts → Image Processor)

    Observed behavior:

    • As soon as "Canvas Size" is included in an Action, the Action fails to execute properly.

    • Other steps within the same Action (e.g., Image Size, Save, Close) are skipped or stop executing.

    • In some cases, the error message appears:
      “The command 'Image Size' is not currently available (-25920)”
      even though a document is open and active.

    • The exact same Action works perfectly in Photoshop 2025 (stable version).

    • The issue is fully reproducible.

    Test conditions:

    • Standard RGB 8-bit JPEG files

    • No active selections

    • “Relative” option disabled in Canvas Size

    • Dialog icons disabled in Actions panel

    • No plugins installed

    • Background layer unlocked (also tested both locked and unlocked)

    • Same behavior across multiple images

    Platforms tested:

    • Windows 10 (64-bit)

    • macOS (2024 MacBook Pro, Apple Silicon M-series)

    • Photoshop 2026 (latest version at time of writing)

    The problem appears to be a regression specific to Photoshop 2026 and makes automated production workflows involving Canvas Size unusable.

    Please investigate this issue.

    Thank you.

    kevin_todora
    Known Participant
    February 24, 2026

    I’m seeing the same issue in Photoshop 27.4.0 Release (not Beta) on macOS (Apple Silicon).

    When recording an Action using Image > Canvas Size, the step records but the Width and Height values are saved as blank. This happens in both Relative and Absolute modes.

    The Canvas Size dialog also defaults back to Pixels even though my global Units are set to Inches. Even after manually switching to Inches, the Action does not retain the dimensions.

    I’ve reproduced this on two separate machines, including a fresh install. This worked correctly in prior versions. I can complete the task manually, but it slows down batch workflows that rely on consistent canvas expansion. 

    Upvoting — thank you for looking into this. Currently resizing canvases manually like it’s 1995.

    -Kevin Todora
    JarrettMMP
    Participant
    February 24, 2026

    The best workaround I found for resizing the canvas is to use the crop tool. The automation records all data.

    kevin_todora
    Known Participant
    February 24, 2026

    I’ll give that a try. The images need to run at a specific size, so I was toying with a script too. THANKS!

    -Kevin Todora
    Participant
    February 23, 2026

    빨리 좀 해결해주세요. 이것떄문에 대량 이미지작업을 못하고 있습니다.

    JarrettMMP
    Participant
    February 23, 2026

    I used the Crop Function in my automation to record the canvas size change as a temporary workaround.

    deva.ism
    Participant
    February 22, 2026

    I’ve come across the same issue but with Absolute values! When trying to change the Canvas Size to for example, 1024x1024, the action is saved but not the values. 
    I know that it’s not your issue, but for me I had to create a script/command sequence that changed the size, and when recording I run that instead of “canvas size”. I’m pretty sure you can also do it with Relative values, you’d need to assign how much you want to add/substract and then add/substract it from the file’s canvas size.
    Quick example:

    var doc = app.activeDocument;

    // define how much to add (positive) or substract (negative)
    var widthExtra = 100;
    var heightExtra = 100;

    doc.resizeCanvas(doc.width + widthExtra, doc.height + heightExtra, AnchorPosition.MIDDLECENTER);

     

    mitsuki_staff
    Participant
    February 15, 2026

    問題: 

    • Photoshopバージョン: Beta v27.5
    • OS : Windows11


    再現手順:

    1. アクション記録開始
    2. イメージ→カンバスサイズ数値設定
    3. アクション記録終了

     

    期待される結果: カンバスサイズに指定したサイズへ変更
    実際の結果: カンバスサイズに指定した数値が空欄になっている

    CShubert
    Legend
    February 12, 2026

    Hi ​@Klavdiy24895132ql2j this is a known issue the team is working on.

     

    Thanks,

    Cory - Photoshop Product Manager

    Klavdiy24895132ql2j
    Participant
    February 12, 2026

    thank you for keeping in touch!

    Participant
    February 12, 2026

    @Howellru  ​@AxelMatt  Did you get an answer to your issue? This has been really annoying to work with. One workaround has been using the Properties Panel > Canvas, but while it respects the preferred units there, it offers no control over the anchor point. Two small issues that are becoming very frustrating

    Known Participant
    February 12, 2026

    Yes ​@G. Danelon, Adobe got back to me after a few days. I’m not sure why, but they seemed to have taken down my followup conversations with them on the issue. 

    After a few back-and-forth posts, which unnecessarily included resetting my preferences, the solution turned out to be deselecting the Enable Modern Interface option within the Technology Previews panel. You can find it near the bottom of PS Beta’s Preference.

    Once I did that and restarted PS Beta, the Canvas Size default units were back to normal — or my normal at least… inches.

     

     

    Inspiring
    February 24, 2026

    This is still a problem in the no-longer-beta Photoshop 27.4 update I downloaded, yesterday,  so thank you for the solution!

    Klavdiy24895132ql2j
    Participant
    February 5, 2026

    Workaround: create proper canvas size action with stable photoshop and import into beta

    AxelMatt
    Community Expert
    Community Expert
    January 28, 2026

    @Howellru  Please post in the Photoshop Beta forum

    Due to an issue in the forum, we can’t move your post to the right forum at the moment.

     

     

     

    My System: Intel i7-8700K - 64GB RAM - NVidia Geforce RTX 3060 - Windows 11 Pro 25H2 -- LR-Classic 15 - Photoshop 27 - Nik Collection 8 - PureRAW 6 - Topaz Photo AI
    Known Participant
    January 28, 2026

    Post has been repeated in PS Beta Forum.