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)
7548 results found
-
Slow
Please fix bugs in the latest update. The INDD has become so slow, and became pretty much unusable.
This is affecting my work productivity (on Windows) big time.1 vote -
GPU Accelerated Preview Issues on Windows 11
InDesign 2025 & 2026 (v21.0 & v20.5.1)
PC running Windows 11 Pro
CPU: AMD Ryzen 9 9950X3D 16-Core Processor
GPU: NVIDIA GeForce RTX 5070 Ti
Display: ASUS ProArt PA279CRV @3840x2160
RAM: 64GB DDR5 @6000 MT/s
Storage: Samsung SSD 9100 PRO 2TBThere are mainly 3 issues, that have not improved with the new version:
Animated zoom is broken; it's laggy, and does not zoom in on the actual point of focus where you click with your cursor, making it worse and slower to use than CPU Preview's regular zoom, and in many cases it literally zooms you in on a…
2 votes -
graphic frame anchor proxy not visible
Graphic frame does not include an anchor proxy symbol (unanchored) or a small blue dot (anchored). Screen mode is normal, show hidden characters is enabled, frame is not on a master page.
1 vote -
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.com1 vote -
Lenteur extrême indesign 2026
Bonjour,
depuis environ 1 semaine (dernière mise à jour 21.1 x64 d'InDesign sur PC), chaque lettre ajoutée à un document dans InDesign 2026 met presque 10 secondes avant d'apparaître et que je puisse agir de nouveau sur mon document. Même chose pour sélectionner un mot ou pour effectuer la moindre action dans un texte en cours d'édition. seule le curseur bouge normalement, mais il disparaît tant que l'action en cours n'a pas été réalisée.
J'ai désinstallé et réinstallé InDesign en supprimant les préférences. rien n'a changé.
J'ai réinitialisé les préférences et rien n'a changé.
Mon système est très récent :…1 vote -
Table of Contents running heads
The Table of Contents should have an option to include just the running head portion of a paragraph, often in a bold style in my documents. Otherwise one has to manually strip out all the text that follows after a running head in the Table of Contents.
1 vote -
BUG: InDesign 2025–2026 forces pasted Illustrator vectors to embedded EPS
Description:
InDesign 2025–2026 frequently forces pasted Illustrator vector artwork to be placed as embedded EPS, even when the artwork is extremely simple (few paths, no effects, no transparency).When pasting from Illustrator, the following warning appears:
“This command would create a large number of page items and would severely degrade performance. Data will be placed as embedded EPS.”After confirming the warning, the pasted object is no longer editable:
- Ungroup is unavailable
- Individual vector paths cannot be selected
- Fill and stroke cannot be edited
- The object cannot be used as an image frameSteps to Reproduce:…
1 vote -
Unable to Stretch InDesign Across Two Monitors After Update
Environment:
OS: Windows (PC)
InDesign Version: 21.0 x64
Hardware: Dual-monitor setupIssue:
After the latest major update, InDesign no longer supports spanning the application window across two monitors. When attempting to resize the window to cover both screens, the UI automatically snaps back to a single-monitor configuration.
Expected Behavior:
The application should allow the window to extend across multiple monitors, as was possible in previous versions.
Observed Behavior:InDesign reverts to one monitor when stretched across two.
Adobe Illustrator and Photoshop continue to support multi-monitor spanning without issue.Question:
Has there been a change in multi-monitor support or window management…1 vote -
InDesign hangs constantly during normal editing with no CPU spike, on very fast win. 11 laptop with plenty of memory and drive space.
When using InDesign normally (editing text, copying, pasting, rearranging objects, etc.). I am not saving, exporting, or anything, CPU does not spike, there is plenty of memory and disk space, it is a new high end laptop, it is plugged in, there are no power save features on.
This didn't happen on my older win 10 machine and in older versions of InDesign.
This SEVERELY interrupts workflows as it happens at least once every 15 min or so if not more.
2 votes -
Show Import Options no longer remains enabled
The “Show Import Options” checkbox does not remain enabled in the “Place” dialog. In some cases, it stays checked for one or two items, but when importing more than that, the option is automatically deselected.
Previously, this setting remained enabled. While this may appear to be a minor issue, it causes significant inconvenience and seriously disrupts the workflow.
Version: 21.1.x64
1 vote -
Error in batch conversion from InDesign 21.0 to PDF
Doing a batch conversion of InDesign files to PDF is not working.
InDesign version 21.0
Steps:
1. Go to https://acrobat.adobe.com/link/acrobat/createpdf/
2. Select Convert to PDF
3. “Add a file from your device” selected
4. Selected InDesign files created in version 21.0
5. Acrobat will show converting and then conversion fail
6. Tested files created in version 20.5 following the same steps and conversion successful1 vote -
Paragraph Shading does not include Bullets / Numbering
When Numbering is set for a Paragraph Style, Paragraph Shading (set to Text Width) it skips the numbers.
1 vote -
New image replacement functionality
InDesign question. I work with placeholder images quite often in low resolution (LR). I then need to replace them with the high resolution (HR) versions once approved. This was always a simple task of replacing the LR image with the new HR image via the links panel. The new image would replace the old exactly, no resizing required. Since the latest update this is not the case. The new image comes in at completely the wrong size and I have to go through the document to rework EVERY image. As you can imagine this is very frustrating. Why has this…
1 vote -
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,
Mani1 vote -
Error Number: 30619
When opening InDesign GA 21.0 I am now getting this pop message. I do not get the same thing in Beta version
1 voteHi,
As confirmed by the user, the issue is resolved by removing second scrollframe folder
—
Adobe InDesign Team
-
copy something with a shadow from one document moves the shadows randomly
in the version 21.0 of Indesign when you copy something with a shadow from one document into another and moves it the shadows move to random positions. Workaround: You need to select them manually deactivate and activate them to get them back at the right position.
2 votesPlease send the following information to sharewithID@adobe.com :
- Reproducible Steps – What were you doing when the issue occurred?
- Video recording of the issue
- Is(Are) the issue related to a specific document(s)/asset(s)? If yes, could you provide us with the document(s)/asset(s)? Please package the entire document (To package the document, choose File → Package…)
—
Adobe InDesign Team
-
Tint on frame export to *.pdf issue
InDesign 26.1 x64; Windows 11 25H2;
1. Create new document with two pages, add 20% of black on each text frame.
2. Export to pdf file (Standard PDF/X-3:202)
expected pdf file - two pages with 20% tint
actual: to white pages1 vote -
Adobe InDesign 2026 doesn't play well with 2025
It's absolutely ridiculous to me that the 2025 version and 2026 version are incompatible with each other. I can't open old files easily with the new software. I can't drag and drop items from an older file to a new file. The functionality is absolutely awful. Do better.
2 votesPlease send the following information to sharewithID@adobe.com :
- Reproducible Steps – What were you doing when the issue occurred?
- Video recording of the issue
- Is(Are) the issue related to a specific document(s)/asset(s)? If yes, could you provide us with the document(s)/asset(s)? Please package the entire document (To package the document, choose File → Package…)
—
Adobe InDesign Team
-
Cannot open InDesign files from Windows Explorer. InDesign version 2026. Double click and it kicks up an error. The files open fine if open
Cannot open InDesign files from Windows Explorer. InDesign version 2026. Double click and it kicks up an error. The files open fine if opening in InDesign.
2 votes -
Review links broke after InDesign updated to version 21
After sending an InDesign document out for review and others made comments, InDesign updated to version 21. Now the links are broke and the comments in the review are inaccessible.
2 votes
- Don't see your idea?