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)
7109 results found
-
Table of Contents problem on right-facing page on spread
I use two levels of ToC (Main and sub headings). On right-facing pages in a spread, the main heading (TOC-1) appears below the sub-headings (TOC-2) in the Table Of Contents.
Consider the two attached files. The page shown in Toc problem-1 is a right-facing page in the book. The Level 1 heading is "Audible Signals," and the three Level 2 subheads are "Train Whistle/Horn Signals, Train Buzzer Signals, and Tower Whistle/Horn signals. This SHOULD appear with Audible Signals as the top-level and the other three below it. On a LEFT FACING page it works correctly. On a right-facing page it…
1 vote -
Italian Hyphenation
Please see my thread (username: emarillo) at
https://community.adobe.com/t5/indesign-discussions/wrong-italian-hyphenation/m-p/12771584
thank you,
Emanuele2 votes -
Disable automatic sect-tags on PDF export
When exporting a tagged PDF, InDesign automatically creates Sect-Tags for each story. I would like to be able to disable this feature on export for the following reasons:
- As far as I know, they are of limited value for screen reader users. The content is usually already well structured by means of an appropriate heading structure.
- It is very difficult to integrate figures into a story in a semantically correct/meaningful way. When anchoring them in the text, they will be nested in p-tags, which is according to PDF/UA not correct semantically. Hence, I avoid creating stories and use the article…
5 votes -
Can't create snap to baseline style
I just paid for and downloaded ID 17.2.1 after using cs6 and need to meet a deadline for a four page newsletter. I can't seem to find any buttons whatsoever that allow me to create a body style with the text snapping to the baseline. My text is all over the shop. Did I just do a faulty download, or am I missing something? Where is the option for baseline snapping or not snapping?
1 voteAlign to Baseline Grid option is available in the Paragraph panel.
It is also available in the Paragraph Style dialog under the Indents and Spacing section - Align to Grid.
Hope you find this useful.
--
InDesign team
-
scroll arrows missing
Here is a new bug in InDesign 2022
This bug didn't exist in InDesign 2019
Here isi it :
In OBJECT menu > Object's layers options :
The small window doesn't have scroll arrows anymore. They are very usefull to scroll the list screen per screen.
Now, ther is only a vertical scroll cursor and it isn't precise at all : impossible to use with a list of 40, 50 layers.The window should be resizable too please.
Thank you for reading2 votes -
Missing or Damaged Links in 17.0.1
Just opened file created two years ago in InDesign. Links panel shows links ok, but pages show gray rectangles. Replacing the link seems to help, except if the link is a PDF. Those are not working at all. They show up on screen as pixelated, even at high screen resolution setting; but print as gray rectangles.
1 vote -
Scaling issues in Indesign 2022 17.02
After innstalling the 17.2 version the page/artwork will no longer be shown in 100% on the screen. After deleting the version and going back to 17.1 the problem is solved.
1 vote -
Je souhaite une fonctionnalité d'historique sur Indesign comme sur Photoshop
Création d'une fonction historique sur Indesign comme celle de Photoshop.
1 vote -
historique
Un panneau historique (comme dans Photoshop) serait intéressant dans Indesign.
Ou au moins la possibilité de contrôler le nombre de CTRL + Z dans le logiciel1 vote -
Document grid hiding guides
When unchecking "Grids in back" in preferences>grids, the document grid hides all guides that are places on it.
That is, if for instance I place a ruler guide at the 2mm mark, and it happens to fall on the document grid (or its subdivisions), it will not show.
That is even when the guides are in a different color.
This is extremely problematic, especially in cases where I want to have an image/solid color as a background for my spread, and I want to make use of the document grid and also specially placed guides.
Please fix this, or at…
2 votes -
Adobe InDesign published document
When viewing a document for review, if you scroll too quickly and then reverse the direction of the scroll, it can get caught into a scrolling loop that I cannot stop. It scrolls up and down incredibly quickly on it's own. I have to exit the document and then come back in. Happens in Chrome and Firefox.
iMac, Catalina 10.15.7
Indesign 17.011 vote -
Find/Replace: Doesn't find the text size format after a transformation
InDesign 17.2 Win10 x64
- Type text with size 7pt
- Transform the text frame to 80%
- Textsize is now 5,6 pt
- Try to find the Text with find/replace and "find format" - size 5,6 pt - it doesn't work
But it works with a text size of 8 pt (transform to 6,4pt)
1 vote -
Highlight filename in save window
Just upgraded to the M1 Mac version 17.0.1, and the file name is not highlighted by the default.
Please fix. AND ONLY THE FILE NAME. NOT THE EXTENSION.
2 votes -
Incorrect font in Paragraph Style Options "Font Family"
InDesign 15.1.3
In the Paragraph Styles panel, in "Paragraph Style Options: Basic Character Formats: Font Family:" the Font Family field has Adobe Garamond Pro when the actual font setting is Adobe Garamond.
Expected result: The Font Family field correctly has Adobe Garamond
Actual result: The Font Family field incorrectly has Adobe Garamond Pro2 votes -
Review: Previous feedback is no longer displayed in previous file version
Previous feedback is no longer displayed in previous file version! This is extremely tedious when checking the files, because even if you make a copy of the file and assign a new review link to it, your colleagues cannot compare the corrections with their comments. Likewise, I cannot check whether I have received the feedback with the subsequently marked errors and thus adopted them.
1 vote -
Shortcuts register/work without modifier key
You can enter one letter, number, and symbol to keyboard shortcuts for Style Options.
The characters you typed are not displayed, but starting with InDesign 2020(15), it will act as a shortcut.
This should be disabled.
Prior to InDesign 2019(14), registration did not work.
Common for Mac and Windows version.5 votes -
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);…
64 votesThe fix for this issue is available in the latest InDesign release 16.2.1
Please update to this latest version to get the fix.—
Adobe InDesign team -
Persistent Spinning Beachball
I am using InDesign 2022 v. 17.1. I get a spinning beachball that lasts for six seconds each time I click. Opening a file or switching between InDesign and another program results in a much longer beachball. Several minutes after the document is open, the beachball becomes permanent and the program becomes unresponsive.
2 votes -
Fixing images and text wrap
Since a longer time there is a bug, that makes it impossible to let the text flow around beside an image, while this image is fixed with a anchor mark. The line, where the anchor mark is set doesn’t flow around. That makes an unhappy compronise necessary: Either you don’t set the anchor mark and the image doesn’t flow with the text or you set an manual word wrap.
This should be fixed because in other programs it also works.
2 votes -
indesign cc 2021 16.0.1 STILL does not preserve styles text formatting
Indesign cc 2021 16.0.1 STILL does not preserve styles text formatting DESPITE being checked in preferences whether being placed from word OR copy pasted from a document that has the formatting and styles (in this case, Apple's Pages having opened a word doc.)
No matter what, it does NOT keep formatting of text being imported/pasted/placed into an open indesign document.
what gives?
iMac using 10.14.6 mojave
3 votes
- Don't see your idea?