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)
64 results found
-
Unable to copy/past script label text
With this post I would like to report another bug.
In Indesign CC2026, it's not possible to copy/past a script label text.
Please fix this.
I'm using Os X.
1 vote -
[ID-4274715] Missing anchoredObjectSettings for FlexObject in DOM
The anchoredObjectSettings for FlexObject is missing in DOM.
So it’s impossible to manipulate the anchor properties of a Flex Layout inside a text frame.Please, fix it and expose the anchoredObjectSettings of a flex layout object.
3 votes -
Find/Change saved queries lose numeric precision for indent values
Version:
Adobe InDesign 21.0.2
macOS 26.2
Issue also observed in much earlier versions (since CS5.5).
Steps to reproduce:
Create a document with paragraph units set to millimeters.
Create a paragraph with a left indent of exactly 5 mm.
Open Find/Change.
In Find Text, set Left Indent to 5 mm by typing it manually.
Run Find – the paragraph is found.
Save this Find/Change query.
Reload the saved query.
Run Find again.
Expected result:
The saved query should find the same paragraphs as when the value is entered manually.
Actual result:
After reloading the saved query, the paragraph is not found.…4 votes -
[ID-4273762] Critical bug — Dropdown / <select> / sp-picker not working in UXP plugin under InDesign 2025 (Win & Mac)
I'm contacting you about a recurring bug I've encountered—and that several other developers have reported—since the Adobe InDesign 2025 update (versions 20.4, 20.4.1, 20.5).
🔹 Problem Description
In a plugin using Adobe UXP (UI HTML or Spectrum), the dropdown elements
<select>—or<sp-picker>—no longer respond to clicks: the border may change color, but the list doesn't open, and it's impossible to select an item.Even when using minimal HTML code or testing from UXP Developer Tools (Playground), the problem persists.
This bug seems to affect several environments (Windows 11, different versions of InDesign, and possibly macOS as well, according…
1 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
-
[ExtendScript] app.languagesWithVendors.itemByName fails.
Adobe Indesign 20.5 on MacOS 15.6.1
To reproduce:
- run the following script:
(function () { var targetLanguageName = 'Dutch: 2005 Reform'; // try to get the language the normal way var targetLanguage = app.languagesWithVendors.itemByName(targetLanguageName); if (!targetLanguage.isValid) alert('Language "' + targetLanguageName + '" is invalid when accessed via `itemByName`.'); else return; // now loop over the languages checking the name each time for (var i = 0; i < app.languagesWithVendors.length; i++) if (app.languagesWithVendors[i].name === targetLanguageName) targetLanguage = app.languagesWithVendors[i]; if (targetLanguage.isValid) alert('Language "' + targetLanguageName + '" is valid when accessed by index.'); })();Expected result: that app.languagesWithVendors.itemByName returns a valid language…
2 votes -
Title: `afterSelectionChanged` triggers "The object no longer exists" error even when a valid object is selected Description: When using th
Title:
afterSelectionChangedtriggers "The object no longer exists" error even when a valid object is selectedDescription:
When using the methodaddEventListener("afterSelectionChanged", ...)in an ExtendScript script for InDesign, the application consistently throws the following error:"The requested action could not be completed because the object no longer exists."
This occurs even when:
- A singleTextFrameis manually selected,
- The object is valid (isValid === true),
- The code is wrapped in atry/catch,
- AnidleTaskis used to defer execution.Steps to Reproduce:
1. Open an InDesign document.
2. Add the following script:…
1 vote -
[ID-4265002][ExtendScript] Folder.execute() no longer works in Indesign 20.4
Folder.execute() no longer reveals the folder and activate the Finder. It does nothing. Tested on Indesign 20.4 on MacOS 15.5.
Steps to reproduce:
- Run this ExtendScript:
Folder.desktop.execute();Expected result: activating the Finder, revealing the Desktop folder.
Actual result: nothing.
See also this post on the forum.
32 votesThe fix of the issue is now available in the latest InDesign 2025(v20.4.1.004). 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
-
[ID-4260022][ExtendScript] Folder.prototype.create fails on macOS/InDesign 20.1
Something has broken in ExtendScript's Folder.prototype.create method on MacOS and Indesign 20.1.
To test yourself, save the following script to your disk, and run it in Indesign.
(function () { var scriptFolder = File($.fileName).parent; var deepFolder = Folder(scriptFolder + '/A/B/C/D'); if (!deepFolder.exists) deepFolder.create(); if (deepFolder.exists) { alert('Folder created successfully.'); } else { alert('Failed to create folder "' + deepFolder.fsName + '".'); } })();Expected Result:
Prior to this bug, this script would successfully create the folder and subfolders, in the same folder as the script is saved.Actual Result:
Each time the script is run, it creates only one more…1 voteFix for this issue is available in the latest InDesign Release version 20.2, available via Adobe CCD app.
--
Adobe InDesign team
-
Dropshadow > Size is limited to 0-144 points within scripting but you can enter higher numbers manually 0-1000 points
My understanding is indesign dropshadow effect needs to be updated for the option: size within the dropshadow panel to be able to accept 0 - 1000 points for scripts. You can input higher numbers within the size by doing it manually but not with scripts for whatever reason. It will only accepts 0-144 point or 2 inches within the code.
- Indesign CC 2025
- Run the attached script a 100 in height image and you'll get the error.
- On the dropshadow applied to have the distance 5.0 in and size 5.0
- Distance: 5.0 in and Size: 0.0694 in
- Script attached.
I…
1 vote -
6 votes
-
Websocket not connecting in windows
In indesign 20.0.1, windows 11, manifest version 5. websocket never connects.
14 votes -
do script bug in indesign 2025?
I have a script (extend script) file that has worked flawlessly in every version of InDesign for the last 15 years or so. Bercause it is used in semi-automated workflow I trigger it from an AppleScript, using the "do script" command.
InDesign 2025 suddenly incorrectly reports a syntax error "expecting ;"
The javascript that gets called works as expected, without warnings when run from the script panel.
This is highly problematic for me, since triggering the script from applescript is an essential part of my workflow.
Adobe are welcome to contact me for more information
1 vote -
Applescript export and save commands not working
InDesign 2025 - Applescript export and save commands not working.
Tested on muliple mac OS versions4 votes -
Scripting Windows: Add page item after add swatch will delete added swatch
In ExtendScript on Windows only, adding any InDesign page item after adding a color will delete the color:
var doc = app.documents.add();
// adds black CMYK color
sw = doc.colors.add();
// this line will delete the color that was just added on Windows only
var rect = doc.rectangles.add();
alert(sw.isValid);
This actually manifested for me as a crash bug. This script crashes InDesign 2024 Windows:
var doc = app.documents.add(); var sw = doc.colors.add(); doc.rectangles.add({fillColor: sw});This crashes because the last line deletes the swatch when it adds the rectangle, then tries to use the swatch.
1 vote -
undo() does work, but spawns pointless error
// ---- function inner() { var doc = app.activeDocument; var i = doc.layers.length; while (i-->1) { doc.layers[i].remove(); } } function outher() { app.doScript(inner,ScriptLanguage.JAVASCRIPT,[],UndoModes.SCRIPT_REQUEST,'outher'); alert("pause"); app.activeDocument.undo(); //<- wrong error, it actually works } app.doScript(outher,ScriptLanguage.JAVASCRIPT,[],UndoModes.ENTIRE_SCRIPT,'inner'); // ----Also, this error is not ingnorable: if you put undo() in a try-clause, it doesnt work.
Alsoalso, the different undo-modes (https://developer.adobe.com/indesign/dom/api/u/UndoModes/) are NOT sufficient explained. At least write some whole sentences on how they actually differ.
2 votes -
PlaceGun does not have reference to idms textframe
Hi,
I'm trying to place a textframe from an idms file into an indesign document. The actual loadPlaceGun() operation seems to work fine as I'm able to paste the textframe on the page. However, I also want to have a reference to that textframe. I was trying to accomplish this by using
placeGun.pageItems.everyItem().getElements(), but it doesn't return any elements. I find this odd because I'm using the same method when inserting images and it works fine, so I'm not sure what the issue is. Link with pictures here: https://community.adobe.com/t5/indesign-discussions/placegun-does-not-have-reference-to-idms-textframe/m-p/14530065#M568624
1 vote -
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 -
hyperlinkTextSources.add thrown Errornumber 79111 since InDesign 2024
When creating hyperlinks, a hyperlink is automatically created via a text object. The script ran until InDesign 2023.
The text objects are returned by a search.app.activeDocument.findGrep();
The hyperlink was created with the steps
hyperlinkTextSources.add
hyperlinkURLDestinations.add
hyperlinks.addThe first hyperlink is created as expected. In InDesign 2024, error 79111 "The selected object is already being used by another hyperlink" is thrown after the first hyperlink created (hyperlinkTextSources.add).
1 vote -
action feature
hello, Is there an action feature in InDesign, like Photoshop?
Is there a script that records the work steps and then applies the steps automatically when clicked?2 votes
- Don't see your idea?