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)
- or
364 results found
-
Hidden characters not showing
Hidden characters are not showing up in version 16.1, either from keyboard shortcut or from drop down menu. I ensure that overprint preview is not on and I'm in normal mode (not preview mode). If I quit and restart InDesign they come back for a bit but then disappear again.
MacOS Catalina 10.15.7 (19H15)
1 vote -
Imported CMYK JPEG files appear inverted or as negative
Reproduced in Adobe InDesign CC 2018 and 2019 on Mac and PC
1) Converted a PDF file to a CMYK JPEG and a RGB JPEG
2) Import both images into InDD
3) RGB image previews/prints correctly
4) CMYK image previews/prints as inverted/negativeThe CMYK file opens correctly in other apps: Photoshop, Illustrator, Preview, Web Browsers, etc.
2 votes -
Bad bug when previewing image area beyond the picture box crop
There’s a terribly bad bug when previewing image cropping. If you click on an image and hold the cursor down, to preview the image area beyond the picture box window, InDesign literally moves the image inside by a few pixels, so, a) it doesn’t accurately show where you HAD the image placed, and b) you always have to Undo Move Item to restore where you had it placed, which makes picture cropping preview completely useless.
A simple fix would be to show a ghost of what is being cropped when you select the image so that it shows the…
1 vote -
Object states button disappears after click
In a multi-state object, the button that activates the MSO disappears after being clicked. No where in the settings have I told it to disappear after being clicked.
Version: I'm running InDesign 16.3.2 (though I downgraded to 16.2 and am still having the problem)
Steps to reproduce issue:
I created the MSO using buttons/forms and the object states panel. Close button should revert back to original state (star).
Expected Result: Button should reappear.
Actual Result: Button is gone after click.Video of ePub preview attached.
The problem is both in the ePub preview and when published online.
2 votes -
Hairlines/artifacts randomly appearing on screen
1) InDesign 16.1 (and othre versions)
2) Place an image or object. Apply a drop shadow. Pan/scroll, zoom, enable or dissable output preview
3) Consistent rendering.
4) Glitches of bands of light or dark pixels may appear over images, in transparencies and effects. These may come and go depending on resolution preview mode, zoom and/or if overprint preview is rendered. (The lines are similar to tiling lines in PDFx1a in that they are rendering glitches presumably caused by floating point calculations)
See the thread "community.adobe.com/t5/indesign/lines-appearing-in-effects-shadow-amp-gradient/m-p/11912229#M419035"
1 vote -
Data Merge not populating correctly when placeholder curse overflow
When using Data-Merge with an .txt/.csv and using export as pdf, indesign (still) merge the fields wrong (only use the first data-entry), if the placeholder and not the data curse an frame-overflow.
Detailed description:
You have a textframe with enough space to place the string "888", but not enough space to place "8888".
You have a .csv table with a colum named "number" and values from "1" to "999".
You select the file with data-merge and get a placeholder "<<number>>" and replace the "888" with it. Now you got a frame overflow.
You select preview, and all values (1…11 votes -
"Open Recent" broken in 20.4
EDIT 2:
I updated this post to say it was resolved after I removed some dell software which also fixed an issue I had with the Separations Preview panel. However, I forgot that I had reverted to 20.3 - after updating again to 20.4 this is still an issue.
Original post:
The Open Recent menu is not opening the file I click on but is opening a random file from the list.
I thought this might be something to do with the new GPU performance feature but it happens with it disabled.
ID 20.4 Win 11
1 vote -
images pixelated when rotated
When I place an image into InDesign it imports high res, but when the image is rotated, it becomes severely pixelated. Even when the image rotation is a small degree - just a few degrees even. The image preview becomes distorted severly and changes distortion with every degree of rotation. I should mention that I am a professional graphic designer with over 20 years of experience so I have tried all of the obvious fixes - switched view to "overprint preview", set display performance to "High Quality", deleted preferences.. I have done everything imaginable. Running a machine with 3…
4 votes -
Indesign transparency effect doesnt work when published online
My Indesign is the newest version,19.4.
The text transparency effect (multiply) doesn't appear in the online published version. it goes back to the solid color, not the color + multiply effect
Preview is working fine and I had no problem when its exported to PDF2 votes -
footnotes in paragraph borders style
While using paragraph borders and footnotes, borders break as in attached file. It won't display either preview mode properly though sometime exporting to pdf is perfect in other time it's same as attached pdf.
I'm using Indesign latest 14. 0.3 one in windows 7.
2 votes -
Indesign incredibly slow or crashes with more than one document open
InDesign (15.0.2) becomes almost unusable with more than (1) document open. Trying to copy text or images from one document to the next or just work in one of the documents while the other is open results in minutes-long wait times (or complete crash) to even select a text box, type a character, etc.
Steps to reproduce:
Open INDD doc (either on network or desktop)
Open second INDD doc
Attempt to edit text in either doc or copy over text from one document to the nextSet-up info:
InDesign 15.0.2
Windows 10 Enterprise // 10.0.17763Trouble-shooting included:
- Turned off…26 votesAs confirmed by a customer over the thread that the issue is fixed in InDesign 2020(v15.1.2.226).
We recommend you upgrade to either InDesign 2020(v15.1.2.226) or to the latest InDesign 2021(v16.0.0.77) for the fix.
If you are unable to see the update, go to the Creative Cloud application and click on the context menu on the top right and click on Check for App Updates.
—
Adobe InDesign Team -
page not displayed
I am editing a long document (over 300 pages). Several non-consecutive spreads are displaying blank. When I change screen mode from normal to preview, it displays the content correctly. The same happens if I change Display Performance prom Typical to either Fast display or High Quality Display.
Also selecting all the text (ctrl+A) takes more than 5 seconds. The same operation in MS Word is instant.3 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 -
Text blue highlights in Screen Mode "Normal" view
Using iMac 2013 with High Sierra 10.13.6
InDesign CS 2019 up-to-date 14.0.2In View drop-down menu, Screen Mode "Normal" selection, blue boxes appear over some text and behind some text boxes. It is intermittent, no real common denominator. It disappears when Screen Mode "Preview" is selected.
2 votes -
interactive rollovers
The Latest version of Indesign (20.0) has some bugs with rollover buttons in the EPUB Interactivity preview.
Some rollover buttons work (buttons with basic changes made in the rollover state ie font/colour).
Some rollover buttons do not work (buttons with different images placed in each rollover state) THE ROLLOVER STATE ALWAYS SHOWS, THE NORMAL STATE NEVER SHOWS.
The 'publish online' documents work fine, this bug ONLY occurs with the EPUB interactivity preview in Indesign.
1 vote -
Round Picture Frame with Inner Stroke Leaks
Using a circular Image Frame with an Inner Stroke, let some of the placed graphics (in this case an .ai) leak outside.
This makes it useless, and causes the need to add extra elements to cover the artifacts.
It is visible in both InDesign preview (High Quality) and the exported .pdf.
2 votes -
more than one file opens
When I open a file from the thumbnail preview image screen, another file always opens with it. This is very confusing if I work on multiple files that look similar in layout. If I open a file the old way from the File pull down menu, this issue never occurs. Having the thumbnail image preview screen of files is handy, but counter-productive if this bug continues to exist. And it has existed for several months.
1 vote -
ルビのショートカット「Ctrl+Alt+R」といくつかの項目がローカライズできていません
1) 日本語版でルビのショートカット「Ctrl+Alt+R」が動作しません。2) ダイアログのいくつかの項目が日本語用にローカライズできていません。「preview」など。2017版では動作していました。
2 votes -
Wrong swatch color for color using hsb values
I'm using InDesign version 16.1 on Mac OS X 11.3
When setting a color using HSB values, the color which is created is wrong.
In the screen shot I added you can see two swatches, both have the same related values.
One is set via HSB the other by RGB.
The HSB preview is totally wrong.2 votes -
Mp3 Audio File Not Play in Pdf.
When Create Interactive Pdf Audio file mp3 not play. When Check Adobe InDesign Preview in work but convert pdf audio not play, i check also in adobe acrobat 9 pro.
1 vote
- Don't see your idea?