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

7161 results found

  1. "Paste into" not working in Layout Split View

    When the layout view is split and you copy something and try to "Paste into", the option doesn't appear. You have to exit split view and toggle it again so it works.

    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)
  2. 'manage extensions' not in 'help' dropdown

    The extensions option is not showing in the "help" menu. When I go to the Help Menu there is no "Manage Extensions" option. Please provide troubleshooting steps as I need to load a local extension into inDesign. I also looked in the "Window" menu and found nothing.: https://indesign.uservoice.com/forums/601180-adobe-indesign-bugs/suggestions/46364836-extensions-option-not-showing-in-window-menu

    Version: 18.1 x64 Windows

    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  ·  Others  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. email QR Codes don't work with MATMSG formatting

    InDesign 18.1 on Mac OS 13.2.1 Ventura - Data merge for email QR codes specifically doesn't work, and your documentation is frankly non-existent. Using the MATMSG format doesn't produce a working QR with Data Merge, but using HTML format mailto in Plain Text does. I'm sure I'll run into the wrong version VCARD problem soon, too.

    This is consistent using the MATMSG format in a .csv with data Merge. Using the manual entry isn't a workable option due to the quantity of codes being generated.

    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

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Extensions option not showing in "Window" menu

    The extensions option is not showing in the "Window" menu. When I go to Edit-> Menu I can see it as a visible option, but it does not show up. Please provide troubleshooting steps as I need to load a local extension into inDesign.

    Version: 18.1 x64

    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  ·  Others  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. custom text frame justification bug

    Hebrew text *but duplicated with english text)
    When using a custom text frame there is a variable sized gap between the right margin and the start of the text line

    CC 17.4 ME

    Expected result: text goes from right to left margins
    Actual result: There is a gap on the right side

    I can send a packaged sample file that demonstrates the bug

    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  ·  Text/Story/Table  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. ID crashes when call method "createHyperlinkQRCode" on Rectangle from "afterOpen" event handler

    ID 18.1 Windows 10

    I'm trying to develop a script that updates the QR code (creates anew in the same Rectangle ) when the document is opened.

    The Startup Script sets the event handler of the "afterOpen" event, where the "createHyperlinkQRCode" method is called on the found Rectangle object.

    In this case, InDesign crashes with an error
    <crash exception="EXCEPTION_ACCESS_VIOLATION" exceptionCode="0xc0000005" instruction="0x00007FFD49229914">

    Creating a QR code manually through the main menu does not cause errors. The error does not occur when the script calls the "createHyperlinkQRCode" method on the Document object. But in this case, I have to point with the…

    4 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

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Hyperlink bug: hyperlink format is spilling over to other paragraphs

    There is a bug with the Hyperlink format in my Incopy Version 16.4.1 running on Mac OS 12.6.3:
    1) I am inserting a Hyperlink in my Incopy document. It is then shown in blue, underlined, Times New Roman. See screenshot.
    2) Next I am formatting it as "ohne" Zeichenformat (German) in order to have it in the same format as the other text.
    3) I close the file (check in) and open it again (check out).
    4) Suddenly, the remainder of the the text is formatted in Hyperlink format. This is a bug.

    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  ·  Text/Story/Table  ·  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. Duplicated AllPageItems collection when nesting Table inside another Table

    1 create new blank document, 1 page, no primary textframe
    2 creatte empty TextFrame,
    3 insert Table [2x2],
    4 insert another Table [2x2] to the 1st table - into 1st cell,
    5 insert another Table [2x2] to the 2nd table - into 1st cell,
    6 now insert image into 3rd table - from step 5 - as InLine object after a space - so the cell is not converted into Graphics cell,
    7 run script:

    var items = app.activeDocument.allPageItems;
    for (var i = 0; i < items.length; i++)
    $.writeln(items[i].toSpecifier());

    Expected result:

    /document[@id=1]//text-frame[@id=246]
    /document[@id=1]//rectangle[@id=286]
    /document[@id=1]//image[@id=282]

    Actual result:

    /document[@id=1]//text-frame[@id=246]
    /document[@id=1]//rectangle[@id=286]
    /document[@id=1]//image[@id=282]
    /document[@id=1]//rectangle[@id=286]…

    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  ·  Scripting  ·  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. How to Edit Adobe InDesign Documents Online?

    Are you looking for a way to collaborate with others on your Adobe InDesign documents online?

    While InDesign is primarily designed for desktop publishing and not for online editing, Adobe offers a cloud-based solution that allows you to collaborate with others on your InDesign documents online.

    But here the hassle free solution for you. Silicon Designer is an online editing platform based on Adobe InDesign Server:

    1- It offers the highest-quality output, at scale, and a fully customizable user interface.

    2- It is modular and extensible, easily integrated with shopping carts, DAMs, and other systems.

    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)
  10. InDesign 18.2 crashes/fails during PDF export for documents containing placed indd containing Adobe Fonts

    Problem/Actual Result
    I have Indesign files that have .indd files linked as images. Each time I export an Indesign file that has an .indd links, I receive the attached messages saying that the file cannot be exported.

    Steps to reproduce the issue:
    - I have exported each page to find out which assets are causing Indesign not to export, it is always an .indd asset.
    - I have tried removing any transparency from each of the .indd linkages
    - I have removed any transparency or object style on any bounding box an .indd file sits in.
    - I have tried…

    7 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

    2 comments  ·  PDF Export  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Fix for this issue is available in the latest release of InDesign - version 18.2.1

    Please update your copy of InDesign to this latest version to get the fix.


    --

    Adobe InDesign team

  11. create keyboard shortcuts to change conditional text

    it would be necessary to be able to include the conditional text in the style sheets

    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)
  12. Adjust Layout Options - retain object adjustment but lock ruler guides in place

    When ruler guides are locked and the option to adjust locked content is deselected, the guides still move proportional to the margins. There needs to be an option to treat ruler guides as objects are treated, where it's possible to actually lock the ruler guides in place while still utilizing Adjust Layout.

    3 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)
  13. Add transparency option to paragraph shading

    Paragraph shading is super nice, but a lot of people would like to have them a little transparent over images. I know there is a option for overprinting, but this also change the color and is not a real transparency. Without this option it has to be done manually on each element.

    So please add this additional feature to the settings. Thx

    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)
  14. Issue with Right clicker users and selecting anything from any menu that requires them to scroll

    Hi

    We have 2 Indesign users who users the right click on their mouse as their primary button.

    Both have been having issues when going to swatches for example and they have to scroll to select a swatch, when the mouse cursor moves the selection moves with it.

    We have done these things to try to resolve the issue without any luck.
    - For the first user we gave her a brand new laptop with Windows 11, and installed a fresh install of Indesign 2023, but still has the same issue.
    - The second user is using Windows 10, we…

    0 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

    0 comments  ·  Colors/Swatches  ·  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. 18.1 tools greyed out except for type tool, cannot edit document

    Have searched all options on programme, checked other documents, then computer, finally shutdown and restarted. Still cannot access anything to do with any actions on the tool bar

    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)
  16. I too am having a PROBLEM with hyphenate!! It is breaking words in absolutely wrong places:  examples:  so-mething, ge-nerations, Cz-echoslo

    I too am having a PROBLEM with hyphenate!! It is breaking words in absolutely wrong places:  examples:  so-mething, ge-nerations, Cz-echoslovakia - you get the idea. Have any of you had any resolution with your issues?

    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)
  17. tool panel/character panel disappears

    Since INDesign 2023 my tool bar and character panels occasionally disappear. When I click out of the app and then come back to it later. They aren't there. When I go to the Window menu, I can get them back, but this is happening a few times a day and is an annoyance.

    Never had that in 15 years of InDesign.

    p.s. It happened once in Photoshop too!

    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  ·  Others  ·  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. Wrong hyphenation Spanish

    Indesign 2023 Spanish hyphenation is wrong.

    Some words starting with "des-" are hyphenated after "des-" and should be hyphenated after "de-". Example of right hyphenation:

    • desempeño > de - sem - pe - ño
    • desagradecido> de - sa -gra - de - ci -do
    • destilar> des - ti - lar

    This problem has appeared in last versions of indesign.

    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  ·  Text/Story/Table  ·  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. [ID-4245419]Auto-Sizing of text frames results in abnormally long widths

    InDesign 2023 v18.1 (Probably occurs in all versions after CS6)
    Japanese Version
    English Version
    Mac snd Windows

    There is a terrible bug in Auto-Sizing for text frames that causes the width to become unusually long.

    Simple and reliable reproduction procedure

    1. Create a new document
    2. Set all units to points in Preferences
    3. Create a new text frame
    4. Set paragraph style to “Basic Paragraph” and clear overrides
    5. Set Auto-Sizing
      -->Change to “Height and Width” --> Click the upper left corner -->Turn on “No Line Breaks”
    6. Insert Spacing to 1 pt
    7. Corner Options to 1 pt and Round
    8. Enter “0 [Line Break]” repeatedly…
    51 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)

    The fix of the issue is now available in InDesign 2024(v19.4.0.063) and above. We recommend you upgrade to the latest version for the fix.

    If you are unable to see the update, go to the Creative Cloud application click on the context menu on the top right, and click on Check for App Updates.

    Adobe InDesign Team

  20. Buttons do not work in Indesign

    Certain buttons aren't working in Indesign. E.g. I can't click into the preflight panel, or the pop-up comes up for a millisecond, too fast for me to click into it. This is happening with the Preflight panel, the 'align to' button in the Alignment panel, and other toggles like it. Incredibly frustrating. I've tried restarting but the issue persists.

    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)
  • Don't see your idea?

Feedback and Knowledge Base