Adobe InDesign: Bugs
When filing a new bug, please provide:
- Version of Adobe InDesign, InCopy or InDesign Server
- Steps to reproduce the issues
- Expected result
- Actual result
- Test file, screenshot, video or GIF capturing the issue (optional)
225 results found
-
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 middleYou'll notice that the line…
4 votesThanks for reporting this issue.
We’ll look into it.—
Adobe InDesign team -
Accessible PDF Alternative Text Fail When Object Set to Multiply
InDesign 14.0.2
When an object is set to "multiply" in Effects and exported to Interactive PDF, there is a Alternative Text fail reported when running Accessibility Full Check. When the "multiply" effect is removed, there is a clean report. Please fix.
Attached are both the original file (with multiply on) and the PDF generated. If you remove multiply, it works.
2 votesThanks for reporting the issue. We are looking into it
-Thanks
-
ICML export doesn't preserve the paragraph styles of endnotes.
- Adobe InDesign 14.0.2
- Export a story containing endnotes as ICML
- Endnotes should be styled properly
- Endnotes lose the applied paragraph style
- UserVoice will not allow me to attach an IDML or INDD file. I can email it if needed.
What this means is that anyone using InCopy will lose the paragraph styling of their endnotes.
10 votesThanks for reporting the issue. We are looking into it
-InDesign Team
-
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 votesThanks for reporting the issue
We are reviewing it-InDesign Team
-
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 votesThanks for reporting the issue.
We are reviewing it -
Story editor with »missing glyph symbols«
Same Problem in story editor with »missing glyph symbols« when a table is in text flow:
https://indesign.uservoice.com/forums/601180-adobe-indesign-bugs/suggestions/31365199-story-editor
Sample document:
https://adobe.ly/2XGbc6YInDesign 14.0.1
macOS Mojave5 votesThanks for reporting the issue.
We are reviewing it -
objects do not snap to objects within a group
When scaling or repositioning objects contained within a group, the object should snap to other objects within that group (when smart guides are enabled)
7 votesThanks for reporting this issue.
We’re currently reviewing it.—
Adobe InDesign team -
Can't create hyperlink destinations out of text with an apostrophe in it. (What's New, Your To-Do's)
1 voteThanks for reporting this issue. We are currently reviewing it.
—
Adobe InDesign team -
Grep expressions with ~F in a character class fail in endnotes
The inclusion of ~F in a character class invalidates grep expressions in endnotes.
InDesign version: 14.0.2.324 (with the GREP fix installed)
Steps to reproduce:
- Open the attached document. It contains a single page with text and an endnote.
- In the GREP tab of the Find/What window, enter the following GREP expression:
\d[^.,;~F]+
And target the document. The expression matches from a digit up to the next period, comma, semicolon, or footnote marker.
Expected result: The expression should match some text in the main text and in the endnote.
Actual Result: The expression does not match anything in the endnote.To…
15 votesHi,
Thanks for reporting the issue
We are looking into it-InDesign Team
-
Warnhinweis "Dokument wurde außerhalb des Buches bearbeitet"
Wird eine Buchdatei bearbeitet und geschlossen ohne das das Fenster Buch geöffnet ist, wird das Dokument mit dem Warnhinweis "Dokument wurde außerhalb des Buches bearbeitet" markiert.
Dieser Fehler tritt nicht auf, wenn das Fenster Buch beim Schließen oder Speichern geöffnet bzw. angezeigt wird.
Es ist kein Grund für dieses Verhalten zu erkennen. In den letzten ID Versionen trat dieser Effekt nicht auf.8 votesThanks for reporting the issue. We will review it.
-InDesign Team
-
Generic check mark reappears in PDF check box after exporting to Acrobat Pro
InDesign 14.0.2 and Acrobat Continuous 2019.10.20099
This issue is about the behavior and appearance of interactive check boxes in documents that have been exported to Interactive PDFs.
There is a difference in the way that check boxes created in InDesign behave and appear versus those created in Acrobat Pro. The Acrobat Pro Forms preferences are involved in this difference.
When, in Acrobat Pro Forms Preferences, under Highlight Color, the “Show border hover color for fields” option is selected, check boxes created in InDesign behave and appear in the following manner.
When a check box is made active, it first appears…
16 votesHi,
Thanks for reporting the issue. We are reviewing it-InDesign Team
-
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 votesHi,
Thanks for reporting the issue, we are reviewing it-InDesign Team
-
Adding htmlItem then closing document crashes inDesign on Mac
We are developping a plugin for inDesign and while testing a new feature on a Mac we noticed that sometimes InDesign was crashing. We managed to reproduce this bug in a very simple indesign script that make inDesign crash 100% of the time and I'm looking for a way to get around this inDesign bug.
The crash occurs when we programatically add an htmlItem to a pageItem then close the document too quicky, It's only on Mac, doing that on windows works perfectly. The crash error seems to be a memory usage problem on inDesign's side.
Here is the script…
1 voteThanks for reporting the issue. We are reviewing it
-InDesign Team
-
Disappearing footnotes on export
Since updating to the latest major release of InDesign (14), we have been experiencing issues in one of our templates where footnotes have been disappearing from chapters (documents) in a Book when exporting the Book as a PDF.
This was not an issue in previous versions of InDesign and the template has not changed.
Is this perhaps a bug?
12 votesThanks for reporting. We are reviewing the bug
-InDesign Team
-
windows 10 - paste number from clipboard history into X/Y-object coordinates
How to repeat the issue:
- Activate Clipboard history in windows settings (win 10)
- Copy a random number to your clipboard (my testnumber "-2,375")
- Create a new document and place a rectangle (or random object) on your page
- Select the object and click (focus) in the field for the y-coordinates
- hit "windows+V" to open your clipboard history (must be activated in the settings)
- Click on your previous copied number.
6-Bug. The number has been pasted two times in the y-coordinates field.
Test system:
- Win 10 pro (1809)
- current Indesign CC version (how to check the actual version?)By the…
2 votesThanks for reporting the issue.
We are reviewing it-InDesign Team
-
[ID-4214723]Unable to package files - program freezes creating IDML
Unable to package documents since 14.0.2 x64 update. Freezes on create IDML. When you try to cancel app hangs. Have to crash service to get the app to close.
Windows 10 - 1809 17763.437
16 votesThanks for reporting the issue. We are reviewing it
Thanks
-
Footnote marker is replaced with an unknown character if preceded by a character with a specific Unicode pattern
Footnote marker is replaced with an unknown character if preceded by a character with a specific Unicode pattern. Unicode pattern is U+##1a. Here are some of those characters:
U+011a
U+021a
U+031a
U+041a
U+051a
U+061a
U+071a
U+081aYou could try the attached test file for placement in to an InDesign document. Unicode of the character following the footnote marker is : U+011a
This happen when file format of the file is either RTF or DOC. Its not a issue with DOCX.
7 votesThanks for reporting the issue
We are reviewing the bug -
[ID-4216065]Hyperlinks copy/pasted between files *appear* to break after source document is removed.
Using CC2019 on a Mac running High Sierra
Steps to reproduce:
1) Create a document with a few hyperlinks in it.
2) Whilst this document is open, open a 2nd document, and copy/paste the links from one document to the other.
3) Save both and close.
4) Trash source documentExpected result: hyper links should work in Target document as expected.
Actual result: hyperlinks all appear broken in document. Whilst an exported PDF appears to still work, ID reports all those links as broken.
Other details:
If you retrieve the source document from the trash, it the links in the…24 votesThanks for reporting this issue. We’re going to review this one shortly.
—
Adobe InDesign team -
[ID-3934389]Copying animations loses timing panel settings
When copying/duplicating animations (using ANY method), the timing panel settings are completely lost. This is really bad for complicated animations. The timing panel settings should be maintained when animations are copied/pasted or duplicated in any way.
22 votesThanks for reporting this issue. We’re currently reviewing it.
—
Adobe InDesign team -
InDesign, latest version. GREP: find period (.) character followed by endnote reference number. Should be (\.)(~U) but doesn't seem to work.
GREP: find period (.) character followed by endnote reference number. Should be (.)(~U) but doesn't seem to work.
13 votesThanks for reporting the issue. As confirmed from you all, the crash issue is not happening with latest InDesign build. The only remaining issue is that of Grep not working when a period is followed by an endnote marker
We will look into the issue shortly.
-InDesign
- Don't see your idea?