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

219 results found

  1. Nested Line Styles interfere with Grep Styles

    I'm experiencing a bug where Nested Line Styles are interfering with Grep Styles.

    To reproduce:
    1. Create a Character Style "Small Caps" that only applies OpenType All Small Caps.
    2. Create a Character Style "No Break" that only applies the No Break rule.
    3. Create a Paragraph Style "Test":
        a. In Nested Styles, add Small Caps for 1 line
        b. In Grep Styles, add:
            i. Small Caps: ([\u\d&@#\$%/]{2,}(?!\l{2,}))|([\d&@#$%]+)|(I'D)
            ii. No Break: (?<=.{55}).{15}$
    4. Fill with placeholder text, and add a string of capital letters (something that matched the Small Caps grep) somewhere in the middle

    You'll notice that the line…

    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

    3 comments  ·  Styles  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Extendscript hangs CC2019 (14.0.2) on macOS

    Code below works fine on Windows and CC 2018 on Mac. But CC 2019 Mac it hangs the app once clicking the OK button in window 2. I've tried three different Macs including Mojave and High Sierra. All the same result. Pretty sure it's not just me. This bug has broken a number of my scripts that present a secondary window for saving settings.

    var w1 = new Window("dialog", "Window 1");

    var btnOpenWindow2 = w1.add("button", undefined, "Open Window 2");

    var btnOk1 = w1.add("button", undefined, "OK");

    btnOpenWindow2.onClick = function () {

    openWindow2();

    };

    btnOk1 = function () {

    w1.close();

    };

    w1.show();

    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

    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

    Hi,
    Thanks for reporting the issue, we are reviewing it

    -InDesign Team

  3. Keyboard shortcuts to change case not working on Windows

    Keyboard shortcuts to change case of lines of text is no longer working. Apart from Alt-T to get up the text menu, I'm now having to use the mouse to select the further options to change to Title case. The sequence Alt-T-E-T, no longer works. As I frequently have many entries which need unifying each time I use it, this once useful feature is sorely missing. Please can you fix it Adobe?

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Data Merge ignores files when a header field is called 'table'

    If Data Merge tries to select a data source where one of its header fields is called 'table' (all lowercase), it fails to import (InDesign v 13.0.1). It doesn't seem to matter which column it's in, but changing it to anything else (e.g. 'Table' with uppercase 'T') seems to fix it.

    Tried it on 2 machines, same result. Adobe Customer Care on Twitter confirmed they could replicate it and suggested I post it here.

    Short video attached illustrating the issue.

    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  ·  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)
    Under Review  ·  amaarora responded

    Hi,
    Thanks for reporting the issue. We are able to reproduce the bug.

    -Aman

  5. ICML export doesn't include <HyperlinkPageDestination> elements

    (Affects all versions of InDesign that support ICML export)

    Export the story in the attached document to ICML. Delete the story in InDesign and then re-import the ICML. The Hyperlinks panel shows "The referenced paragraph or text anchor is missing".

    This is only a problem for the ICML export of internal links. Hyperlinks to pages in external documents are exported correctly. The information is also correctly stored when saved to IDML.

    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

    0 comments  ·  IDML 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)
  6. [ID-4208319] InDesign crashes while working with Hyperlink

    For some reason there is 1 page number on my TOC that keeps making Indesign crash when I try applying a hyperlink to it. Everything else hyperlinked just fine. Also, I tried to delete the text so I could maybe retype the number but that also makes my application crash.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. [Indesign CC2018] [Os X] Can't move application window when clicking on application name

    Users are not able to drag and move the application window when click/drag on the application name, located at the top of the main application window. When click/drag on the left or the right of the application name, moving the window is possible.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Bug with search and replace on locked layers

    Hi all,
    it seems I’ve found an InDesign bug that is creating some problem on a project for a customer.
    I have a document with a table nested inside another table, the layer is locked but I’m able to find the text inside the nested table even if the “search on locked layer” is inactive.
    I can also apply another paragraph style to the text inside the nested table (with the layer locked) and this is causing some problem because I need to change the styles of the text of unlocked layers with a script.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Bug in Adobe World-Ready Composer for Kannada Language

    Attached are Adobe Indesign document, Scribus (v1.5.3) document, PDF outputs.

    Fonts used: Hubballi available at https://github.com/erinmclaughlin/Hubballi/blob/master/build/Hubballi-Regular.otf

    Tunga: Available in Windows 10 as part of Kannada language pack.

    Scribus uses "Harfbuzz" text shaping engine. It doesn't any issue shaping Kannada text, except for one case; U+0CCD U+200D which is canonical equivalence of U+200D U+0CCD. Harfbuzz has accepted this bug and will be fixed in the next release. https://github.com/behdad/harfbuzz/issues/435 https://github.com/behdad/harfbuzz/issues/341

    Adobe indesign Adobe World-Ready Composer has lots of bugs with shaping Kannada text.

    Please rectify as soon as possible.

    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

    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  ·  Sumit Garg responded

    Thanks for reporting this issue.
    We have verified this issue and forwarded this issue to our Indic languages expert team for investigation.

    Once investigation is complete, We will definitely update this post.

  11. Color Swatch Menu Closes Upon Right-Click

    1. Adobe InDesign v19.0 When I click the color swatches panel menu dropdown, the menu drops down, and I am able to edit existing swatches and I am able to add new swatches. The problem occurs when I attempt to right-click on a color or if I press the hamburger button at the top right of the panel. When I try to do either of these, the entire menu closes.
    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)
  12. Linked AI / vector file previews with jagged bezier curves when rotated 90 degrees

    Bezier curve of linked AI file previews as jagged/tangent straight lines when rotated 90 degrees. Looks fine at all other angles.

    Linked file is saved as AI 2020.

    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)
    Under Review  ·  Abhinav Kaushik responded

    We have verified this issue using customer document.Issue is reproducible in InDesign’s 15.0.2 and 14.0.3 versions.
    We will update this thread once we have proper fix for this issue.

    Workaround:
    Please switch to CPU rendering and change display performance to typical.

  13. Text on path do not export to PDF inDesign 2020

    Text on path with outline do not export, only first letter. Even if I change the font, reimport from idml. Only if changing alignment of outline to exterior is working

    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

    1 comment  ·  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)
    Under Review  ·  amaarora responded

    Thanks for reporting the issue. We are reviewing it

    -InDesign Team

  14. Creating TOC cause InDesign crash

    I have a document of 97 pages and I need to create the TOC with one single style (it's a list of product SKUs).
    Every time I click OK on my TOC dialog to create the TOC InDesign crashes.
    I tried to convert the document in IDML and reopen it but I have no luck.

    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

    0 comments  ·  Book/TOC  ·  Admin →
    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
    We are reviewing it

    -InDesign Team

  15. Printing seems to change a document

    When the only thing done is printing an InDesign document, the app acts if there were any changes made: when closing, it asks wheter to save the changes.
    This is very confusing, since it makes the user think something was changed by accident. Please make InDesign close the document without the save dialog, if nothing was changed.

    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)
  16. Typo in ID print settings. Adobe ID -> Print -> Setup -> Paper Size, in the dropdown it should say ‘SRA3’ but it now says ‘<‘

    Typo in ID print settings.

    Adobe ID -> Print -> Setup -> Paper Size, in the dropdown it should say ‘SRA3’ but it now says ‘<‘

    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)
  17. Crash on deleting duplicated XML tag

    Indesign CC 2019 (Version 14.0.1)
    Mac OS Mojave on Mac mini (Late 2014)

    Hello, I have a document ready to import XML data, with existing XML structure and tagged elements in page.
    Afterwards I import XML data into XML structure and then duplicate (copy and paste) text frame that contains a table with an image placed into a cell table.
    If I try to delete resulting duplicated XML tag, application crashes.
    Same result if I duplicate (copy and paste) XML tag directly.

    These are the steps:

    1) Open document with prepared XML structure and tagged elements in page.
    2) Import…

    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)
  18. Crash when placing DOCX with paragraphStyles

    Version: InDesign 14.0.1, macOS 10.14.3

    Steps:
    1. Open attached InDesign document (please rename .jpg in .indd, there was a bug while uploading the file)
    2. Place "ThisDocumentHasParagraphStyles.docx" in the document
    3. InDesign crashes :-(

    It seems it has something to do with the ParagraphStyles that are in the Word document. If I try to place the DOCX file named "ThisDocumentDOESNTHaveParagraphStyles.docx", then InDesign doesn't crash.

    Attached is a screen video capture of the process (rename .jpg in .mp4 please)

    Please help!

    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)
  19. Tabs in Arabic text move weight declaration to the wrong place

    When placing an Arabic weight statement (e.g. "13g") followed by a tab and a percentage (e.g. "19%"), the weight declaration ("g" or "mg") moves to the percentage when exporting to pdf. Only when setting PDFX/1a:2001 is selected the output is correct. But this setting removes all layers and flattens transparencies so it's not very useful.
    A workaround is to place a space after the tab (so on the left side since this is a right to left language).
    See screen shot in attachment. On top = InDesign file, bottom = pdf created from this file using PDFX/4. The top line…

    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

    3 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)
  20. Dictionary Hyphenation in Uppercase ignored (German)

    Custom hyphenation settings are ignored for uppercase words in user dictionary (at least in german).


    Example:
    dictionary entry: "kro~~~nach" (select field "case-sensitive" not set)


    Expected behaviour:

    Lorem ipsum Kro-
    nach dolor sit amet kro-
    nach


    Actual behaviour:

    Lorem ipsum Kron-
    ach dolor sit amet kro-
    nach


    Workaround:

    Enabling "Case-sensitive" and adding lowercase and uppercase version leads to correct hyphenation.

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

Feedback and Knowledge Base