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)
-
Navigation Points Not Available to Scripting in InDesign 2021 (16.0)
Problem Description:
Querying navigation points inside a movie trigger errors from InDesign 16.Steps to Reproduce:
1. Query movie.navigationPoints.length or movie.navigationPoints.count() with Extendscript.The following script shows this issue(s) with simple document containing a move and one button with a play at navigation point action applied.
var btn = app.activeDocument.buttons[0];
var beh = btn.behaviors[0];
var mov = beh.movieItem;
var navPts = mov.navigationPoints;
try{alert(navPts.length); /*doesn't exist*/
}catch(err) { alert([err,err.line])}
try{
alert(navPts.count()); /*Give incorrect error - Error: Request failed because the underlying functionality is no longer available in the current version of the application */
}catch(err) { alert([err,err.line])}
alert(navPts.everyItem().getElements().length); /incorrectly…
62 votesAvailable in Prerelease Builds ·AdminRavi Kiran (Senior Lead Quality Engineer, Adobe InDesign) responded
The issue has been fixed in the latest Prerelease Build (build 15) of InDesign.
You can download the latest PreRelease build from the Creative Cloud Desktop application.
Please check if the issue is resolved for you & let us know.
—
Adobe InDesign team -
ID 2020 bug - checkbox not shown.
in ID2019 everything is Ok - the checkbox is visible. But in 2020 - not!
var w = new Window("dialog");
var list = w.add ("listbox", undefined, ["One", "Two", "Three", "Four"]);
list.items[1].checked = true;
w.show();8 votesThanks for reporting the issue
We are reviewing it-InDesign Team
-
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 -
export layers to photoshop
would be so nice to have a way to export inDesign layers to Photoshop file. (would save hundreds of hours to rebuild all these files!)
1 vote -
FindChangeByList not working
1 The script stopped working. Doesn’t do anything.
2 Please let the updater copy the FindChangeList.txt from the previous version. In most cases it’s part of a workflow that breaks with each update.
1 vote -
Data Merge Image File Path Mac Big Sur
Hi, I use data merge with images daily, after I updated my Mac OS to Big Sur the file path format changed.
from FolderName:file.jpg
to
FolderName/file.jpgAny chance Data Merge can adopt to that soon?
thank you
1 vote
- Don't see your idea?