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

64 results found

  1. close book in event handler is out of sync

    function closeBooks() {
    var books = app.books.everyItem().getElements();
    var i, ilen = books.length;

    for (i = 0; i < ilen; i++) {
        if (books[i].modified) {
            books[i].close(SaveOptions.ASK);
        }
    }
    alert('done');
    

    }

    if you call the closeBooks function, everything works fine.
    But if the function is used as a handler, the "done" message appears immediately, before the for loop complete.

    try adding a beforeQuit eventListener:
    app.addEventListener('beforeQuit', closeBooks);

    and close InDesign having one or more modified books to see this (strange) behaviour.

    The same function works fine if you target documents.

    InDesign CC2021 16.2.1 on MacOs Catalina 10.15.7

    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)
  2. Can't read XML attributes from tagged image contained into table

    Can't read XML attributes from tagged image contained into table.

    Hello, I have some problems when I use one script Javascript to read XML attributes of tagged images contained into tables.
    One XML file with data is imported into document with existing XML structure. In attached example there is a simply structure with one tagged text frame. When importing XML data, text frame contain one simply tagged table with one tagged image into one cell.
    In earlier versions of Indesign (up to CC 9.2) this script works fine.
    In later versions this script not read correctly these attributes: in CC2020…

    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)
  3. batch open/close documents with script consumes lots of memory

    I have used the script to convert indesign files to idml or vice versa. It works as I expected.

    yet while I want to run another script during batch process to each file the memory which indesign consumes during process dramatically increasing.

    while normal batch process consumes at least 1GB for 100 document, with running script file with some process consumes at least 40-50GB RAM and It causes computer no to respond

    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)
  4. My version is the latest, but I still can't use scripts "multipage importer". When I click on the script, the in-design program stops. I

    My version is the latest, but I still can't use scripts "multipage importer". When I click on the script, the in-design program stops.

    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  ·  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)
1 2 4 Next →
  • Don't see your idea?

Feedback and Knowledge Base