Skip to content

Adobe InDesign: Bugs

When filing a new bug, please provide:

  1. Version of Adobe InDesign, InCopy or InDesign Server
  2. Steps to reproduce the issues
  3. Expected result
  4. Actual result
  5. Test file, screenshot, video or GIF capturing the issue (optional)
If you are facing a crash in InDesign, please submit the crash report as well. How to Submit Crash Report
Join the InDesign Prerelease Program to try out the new features and the bug fixes that are available in beta builds.

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

190 results found

  1. Fit frame to content shortcut causes pasteboard to jump around.

    Fit frame to content keyboard shortcut causes pasteboard to jump around.

    Running InDesign Version 15.0.1

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. RotatedTable-BaseLineGrid-NOT-WORKING.PNG

    ( InDesign 2020 version 15.0.0.155 on Windows 10 ).

    The custom baseline grid is not working at all if a table's text frame is rotated.

    It is working with text outside a table if the frame is rotated.

    https://community.adobe.com/t5/InDesign/baseline-grid-landscape/m-p/10717436#M159385

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Under Review  ·  amaarora responded

    Thanks for reporting the issue.
    This issue seems to be present from a long time. We are reviewing it

    -InDesign Team

  3. Hello. The keyboard shortcut for text incrementing (Ctrl + Shift +>) doesn't work. Someone something ?

    Hello. The keyboard shortcut for text incrementing (Ctrl + Shift +>) doesn't work. Someone something ?

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. JavaScript appliedMaster override causes textFrame to move on X axis

    When overriding via JavaScript, the same elements (textFrames) move 0.75" to the right on the x axis!

    This does not happen when overriding master elements on a page manually - everything works as expected i.e. the textFrames don't move.

    I'm using InDesign 14.0.2 x64 on Windows 10.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Import incorrect frame size

    When importing images into indesign I am experiencing a random bug on several different documents - when importing the image normally fits to the frame but in this bug it creates a random sized frame that is bigger than the image which stops me placing things the size I want them.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. paragraph style: space before gives space after

    When defining paragraph style with space before, the result is space after.

    Used independant paragraph style.

    Indesign 2019: 14.01.64

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Create Alternate Layout is buggy

    I wanted to create one alternative Layout so that I can export my DIN A3 file also as DIN A4 sized file.

    I created an alternate Layout as usual.
    I expected having all 12 pages twice in 2 different Sizes, (one in A3 and one in A4)
    What InDesign did was it created 4 different Alternate Layouts and distributed the 12 pages among the 4 layouts.
    Meaning I have 2 Layout I did not create and I cannot move the pages back to the original layout.
    Also it did not resize the design, styles and texts as usual, instead they…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Change language

    Hi
    I have installed InDesign version 21.1 x64 for Windows with norwegian menus. I try to change menus from norwegian to english, but it does not work. I uninstalled InDesign and went to Creative Cloud Desktop -Apps. - Preferences - and changed the language to english and reinstalled InDesign. The menus are still in Norwegian. Why does that happen? Will you please give me an answer.
    Sincerly Gunnar Eggen, mailaddress: gunnar.eggen@gmail.com

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. AdjustLayoutPreference Object Properties Not Working in InDesign 2025 & 2026 Scripts

    Hi All,

    I am using Indesign 2025 and 2026; I would like to enable the "Adjust Layout" option in my documents through the Indesign scripting by using "AdjustLayoutPreferences" object properties as in InDesign ExtendScript API Model, but Indesign throwed error is "Eval Error (#55): "Object does not support the property or method 'adjustLayoutPreferences'".

    below is my code:

    var myDocument = app.activeDocument;
    try {
    myDocument.layoutAdjustmentPreferences.enableLayoutAdjustment=true;
    myDocument.layoutAdjustmentPreferences.allowGraphicsToResize=false;
    myDocument.layoutAdjustmentPreferences.allowRulerGuidesToMove=false;
    myDocument.layoutAdjustmentPreferences.ignoreObjectOrLayerLocks=true;
    myDocument.layoutAdjustmentPreferences.ignoreRulerGuideAlignments=true;
    myDocument.layoutAdjustmentPreferences.snapZone = 0;
    } catch (error) {
    myDocument.adjustLayoutPreferences.enableAutoAdjustMargins=true;
    myDocument.adjustLayoutPreferences.enableAdjustLayout=true;
    myDocument.adjustLayoutPreferences.allowLockedObjectsToAdjust=true;
    myDocument.adjustLayoutPreferences.enableAdjustLayout=true;
    }

    Could someone please check and suggest, how to resolve this issue?

    Regards,
    Mani

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. text box resizing causes document to shift in window

    I have an issue now that has never come up before I updated to 20.5.1. When I try to resize a text box or image box, the document shifts down and the content box is shifted up. The video shows it better. I then discovered that if I create a new text box, delete it, then create another new text box and delete that one, the issue goes away. I closed and re-opened the document, and the issue was still gone. Have not had it happen enough to know if it will recur at a later time.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. object moving with mouse

    When I try to move something on the screen, a big black area appears above the cursor and it goes across the whole screen. I've tried to change GPU option

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Properties panel will not go away

    Yesterday InDesign 21.0 was forced upon me and I've had nothing but troubles since.
    This specific bug is extremely annoying - I cannot get rid of the Properties panel. I have always used Essentials Classic layout, and I do not want the Properties panel. I close it. With each new file I open - the panel reopens. I cannot get it to go away.
    Make it go away, please.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. mathml

    The MathML module does not support Polish characters in formulas. Polish characters are displayed in a different font than the rest of the formula, which makes the entire expression visually inconsistent.

    Indesign 20.5

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 레이아웃 조정 버그

    레이아웃 조정 시 글꼴 크기 조정 옵션을 선택했는데도 불구하고 페이지 크기에 맞추어 글꼴 크기가 조정되지 않습니다.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Reapply the master without losing information in text frames from the master

    This is complicated to describe, so I'm going to use a not-so-great example. In PowerPoint you can put "placeholders" on the master pages. If you make a change to the position of the placeholder and update the slide everything moves into the correct position.

    I'd like to be able to do something like that with text frames on the master in InDesign. The problem I'm having is that because I can't have two "primary text frames" on the master, I have to command-shift click to get the second text frame to be active. Once I do that, however, I can…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Bug: Size of pages in INDD changes when placing the INDD in another INDD

    Indesign 20.2, Windows 11
    Not sure if this can be reproduced, but here is what I did:
    1. Created an INDD with two pages with size 180x264, no margins
    2. At the bottom of the second page placed a text frame with some text, so its bottom-left corner is at X=0 and Y=264
    3. Saved the INDD and placed it another INDD
    4. When applying "Fit frame to content" on the placed object, the displayed size changed to 180 mm x 260.2 mm

    It turns out that the text frame at the bottom of the second page has a different…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Inset spacing no longer working after re-installing InDesign 2025

    I re-installed InDesign 2025 because some windows were blank ('Text Wrap', 'Paragraph' & 'Colour'). It solved that issue but developed a new issue - it wouldn't save. So I re-installed again without keeping any settings/preferences, this time it developed a new issue - Inset spacing no longer works.
    What is going on?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Linhas

    Gostaria que o indesign pudesse numerar linhas/paragrafos através da janela de estilos assim como tem os marcadores, e podendo definir de quantas em quantas linhas ele vá numerar, Acho que não seria algo difícil de fazer.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. InDesign windows do not allow resizing from top to bottom

    InDesign windows do not allow resizing from top to bottom. Typically, the mouse pointer should change to a drag icon to indicate this functionality, but this does not happen with InDesign, while it works normally with other applications.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. InDesign windows never allows resizing from top to bottom.

    InDesign windows do not allow resizing from top to bottom. Typically, the mouse pointer should change to a drag icon to indicate this functionality, but this does not happen with InDesign, while it works normally with other applications.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Adjust Layout  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base