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)
261 results found
-
2 votes
Hi,
This issue was present in an earlier version of InDesign. Please confirm if you are facing this bug with InDesign version 14.0.2If you face the issue with the latest version then please share a sample document at amaarora@adobe.com with which we can reproduce the issue in-house.
Thanks,
Aman -
Split window re-scrolls after returning from other app and changing other window
I am running Adobe InDesign CC 14.0.1.x64 on Windows 7 with latest updates (i.e., the most popular platform in the world).
- Open the document (see attached).
- Split the window (Window > Arrange > Split Window).
- Scroll the left window to show page 2, with the Table of Contents.
- Scroll the right window to show e.g. page 3, with the cursor in the middle of the page.
- With the Type tool active, click the Enter key.
- InDesign correctly inserts a new paragraph, with the left window remaining unchanged.
- Alt-Tab out of InDesign.
- Alt-Tab back into InDesign. The Type tool should still…
2 votesWe have released InDesign CC2019.0.2 with lot of bug fixes. If you are not on 14.0.2.324 then I would recommend you to upgrade to latest version as it is more robust.
If you still face this issue even after updating, please provide more information to santalwa@adobe.com –
• Reproducible Steps – What were you doing when you encountered the issue in InDesign?
• Error snapshot or video recording of the issue?
• Is(Are) the issue related to a specific document(s)/asset(s)? If Yes, Can you please provide the document(s)/asset(s)?Adobe InDesign Team
-
White shows as black
All white (pure white such as paper, 0000, ffffff, etc.), shapes and even within linked images are showing black. Some pages are affected and some are not. If I go into the swatch slider CMYK mode, sliding K from 100 to 13 is normal, however, 12-0 starts scaling back down to black. I've tried linking to all types of images (TIFF, PNG, JPEG, transparencies). The file was fine last time I worked in it, but upon reopening this is happening. Is this a bug or a corrupt file?
2 votesYour screenshot shows that you have selected an image (linked/embedded) and applied the White swatch to it.
Could you share the file with us (sharewithid@adobe.com) to take a look?Adobe InDesign team
-
New, based-on Object style isn't "based on"
Take an Object Style and create a new style based on that style. When the new dialog opens with the based-on name present, it has a number of items chosen and selected, but it's not the same as the based on item.
You could try Duplicate Object Style and then add the based on-name, but while there is no error, any change made to the based-on object does not change the new object style.
2 votesBased on Style does inherit many of the properties from the Base style. And when you change those properties in the Base style, those properties get propagated to the child style.
Adobe InDesign team
-
InCopy character panel blank
My coworker is on a PC running InCopy 2019 and has had an issue with InCopy since CC2017. The panels (not sure which ones are there other than the character panel) move from the side to the top and go blank and are utterly unusable. Turning them off and on again doesn't do anything. Any ideas on making it usable again?
2 votesIt may help to just quit InCopy on your co-worker’s machine and clean the Application Preferences and Cache from here:
/Users/yourusername/Library/Caches/
/Users/yourusername/Library/Preferences/Adobe InDesign team
-
Bad PDF Export to x1a with indd placed in InDesign
- problem in InDesign CC2019 / macOS 10.14.3, 10.13.9
- no problem with previous InDesign versions (on 10.13 systems)
Sometimes i use InDesign document (page) placed into another InDesign document (because more work with some pages and reuse them in more documents). If these placed Indd documents contains RGB images with transparencies (like transparency in PSD files, or transparency effects applied to flat images in InDesign), these images are exported very bad, highly desaturated. But only when export to PDF X1a (required by our printer, i use profile "ISO Coated v2 300% (ECI)" in all indd). No problem when exporting to higher…
2 votesHi,
Please can you share the sample InDesign files that can help me reproduce the issue at amaarora@adobe.com?
Please do add a small video illustrating the bugThanks,
Aman -
Indesign 2019 placing my pictures reversed/ inverted; had to use an older version
Indesign 2019 placing my pictures reversed/ inverted; had to use an older version for multi page PDF placement to work properly.
2 votesHi,
Please can you share the pictures which you are trying to place at amaarora@adobe.com?Thanks,
Aman -
Copying a page: Wrong position
When making a copy of a page, for example a copy of page 1, the new copy lands on a wrong position in the page palette.
1. Click and drag page 1 in the page palette while holding the alt-key. Then move mouse to the right, until a line appears between pages 1 and 2.
2. Releasing the mouse button should result in a copy of page 1 between the original page 1 and 2. All subsequent page numbers should increase by 1.
3. Instead of landing on position 2, the copied page appears on position 3.This issue has…
2 votesWe have released InDesign CC2019.0.2 with lot of bug fixes. If you are not on 14.0.2.324 then I would recommend you to upgrade to latest version as it is more robust.
If you still face this issue even after updating, please provide more information to santalwa@adobe.com –
• Reproducible Steps – What were you doing when you encountered the issue in InDesign?
• Error snapshot or video recording of the issue?
• Is(Are) the issue related to a specific document(s)/asset(s)? If Yes, Can you please provide the document(s)/asset(s)?
• Does Trashing preference and cache, please create a backup of Preference and cache before trashing them, help to resolve the issue?Adobe InDesign Team
-
Page Margin Issues
When creating a new document using a preset with a margin, the margin is ignored when the document is made.
2 votesWe have released an update for InDesign CC2019 (v 14.0.1) which contains fixes for some key issues. If you are not already on 14.0.1 (build 209), then we recommend you to update to latest version.
If you still face this issue even after updating, please send the following information to santalwa@adobe.com :
Reproducible Steps –
• What were you doing when the issue was observed in InDesign?
• Error snapshot or video recording of the issue.Adobe InDesign team
-
GREP: Repetition (*, +) at the end of a Positive Lookbehind group doesn't seem to work
Product: Adobe InDesign CC 2019 (14.01)
Steps to reproduce:
- Create a document with the text "abcde"
- (Case 1) Do a GREP search for "(?<=bc+)d"
- (Case 1) Do a GREP search for "(?<=bc*)d"Expected result: highlight the "d"
Actual result: Cannot find match.
Note that searching for "(?<=bc)d" does work, as do of course "(?<b)c*d" and "(?=b)c+d".
Note also that this applied to GREP Styles in a paragraph style.
2 votesDoes including bc in a Character Set, like:
(?<=[bc*])d
OR
(?<=[bc+])d
work for you? -
the file does not exist
Adobe InDesign CC 2019, pagina inizio, impossibile aprire i file presenti nella cronologia: "il file non esiste, è usato da un'altra applicazione oppure non disponete delle autorizzazione necessarie".
2 votesIt looks like you may be trying to open files that are shown on the Start screen but are unable to do so.
Please check that the file(s) actually exist at the same location as when they were previously opened/created. If they have been deleted/moved/renamed, etc., the Start screen will continue to show their thumbnails but you won’t be able to open them.
Let us know if this is not the case.
Adobe InDesign team
-
Color Reading Completely Incorrectly
Adobe. This is an insane problem to have not fixed.
Colors are seriously displaying incorrectly. From one program to another the colors look different and they do not at all match the way the color read in 2018.
The attached shows the same color in Indesign 2019 (left) and Illustrator 2019 (right)
This is a serious issue that people have been having since the 2019 update and I cannot believe there is not an update to fix this yet.
Every time Adobe releases an update lately I hesitate to download. The ideas behind the updates are intended to increase functionality…
2 votesSee if the solution posted on this thread : https://indesign.uservoice.com/forums/601180-adobe-indesign-bugs/suggestions/35741857-color-settings-not-sticking
resolves the issue you’re having.Let us know if it works for you.
Adobe InDesign team
-
Unable to export to pdf
Hi there, I am unable to package some of the InDesign files I am working on at the moment. It shows the error messages attached. Initially, it showed a conversion error however now this no longer shows and it just refuses to allow me to export to pdf and therefore package the document. I have no idea how to fix the issue as it doesn't give any indication at to why it isn't working which is super frustrating.
2 votesWaiting for information that is being sought from the user, please see below.
The Adobe ID Team
-
Upon opening app 'Pages panel' does not launch
InDesign doesn't seem to record the preference of keeping open the 'pages panel'. On each app launch (despite on closing the last session with the pages panel open), the pages panel does not appear.
2 votesWe have released an update for InDesign CC2019 (v 14.0.1) which contains fixes for some key issues. If you are not already on 14.0.1 (build 209), then we recommend you to update to latest version.
If you still face this issue even after updating, please send the following information to santalwa@adobe.com :
Reproducible Steps –
• What were you doing when the issue was observed in InDesign?
• Error snapshot or video recording of the issue.
• Does trashing InDesign Preferences and Cache help resolve the issue? Please take a backup of the same before trashing them.
• Is the issue related to a specific workspace(s)? If yes, can you please provide the workspace(s) available at following location:
o Windows: “%APPDATA%\Adobe\InDesign\Version 14.0\en_US\Workspaces”
o Macintosh: "~/Library/Preferences/Adobe InDesign/Version 14.0\en_US\Workspaces”Adobe InDesign team
-
cannot place this file. No filter found for requested operation
May 16, 1028
I am using macOS High Sierra, version 10.13.4 which I updated a few days ago.
I was/am using the InDesign CC 2018 version 13.1.
I got/am still getting the same error, after uninstalling and reinstalling InDesign.
- New document in inDesign CC 2018.
- Letter size w/bleeding edges.
- Selected the document.
- Did a CMD+D and selected my .psd file, which was created on April 26, 2018.
Result: Error
Cannot place this file. No filter found for requested information.Thank you in advance.
2 votesHi,
Thanks for reporting the issue.Please can you send me some sample files which you are unable to place?
You can mail me the files at amaarora@adobe.com
-Aman
-
book file don't work
Hi,
unfortunately it looks like the book file isn't work anymore with InDesign CC 2018.1 in Windows 10.
On my Mac it is working! I have attached two hardcopies (the one with correct page numbers is from Mac, the other from Windows 10 pro).
Obviously I tried to create a new book file and added files manually – same result.
As a result all cross-references between documents are wrong.
Any ideas?
Ulrich
2 votesWe’ve tried to reproduce the issue you’ve mentioned. It is working as expected.
Could you elaborate a bit more on the exact steps you are doing when you see the problem? If you could also attach a small demo movie, that’ll be even more helpful.Thanks,
Adobe InDesign team -
double layout page has become a PB spread. some pictures missing
In a 36 page document one double page spread has become a PB spread. some pictures missing, page numbers should be 8 and 9 but show PB instead, page background is grey instead of white, see screen shot attached.
This is a disaster as I have to get the completed magazine to the printer ASAP!
Version InDesign CC 2018. Created a 36 page magazine. Checked back through the layout and found pages 8 and 9 were not normal. Not what I expected.2 votesWe have released an update for InDesign CC2019 (v 14.0.1) which contains fixes for some key issues. If you are not already on 14.0.1 (build 209), then we recommend you to update to latest version.
If you still face this issue even after updating, please send the following information to santalwa@adobe.com :
Reproducible Steps –
• Error snapshot or video recording of the issue.
• Is the issue related to a specific document(s)/asset(s)? If yes, can you please share the document(s)/asset(s) with us? Please package the entire document(To package the document, Go to File → Package)Adobe InDesign team
-
eyedropper
Eyedropper not working in CC2018 (ME enabled). When I click a blank square then use eyedropper tool to copy color values from an existing vector graphic, the vector graphic container changes color instead. And while testing just now, if I draw two squares, one black one white, then select one to copy the color of the other, the selected square disappears. Text blocks fail to copy too and all eyedropper options are selected. This wasn't an issue with CC17.
2 votesHi
There are two different issues mentioned here, and let me address them separately:
1. Clicking a blank square then using eyedropper tool to copy color values from an existing vector graphic, the vector graphic container changes color instead.
>>> Are you facing this problem with a specific vector graphic or with any graphic as I am unable to reproduce this issue with InDesign CC (13.0.1)? If possible, please share your indd file as a package with anasgupt@adobe.com and a small video demonstrating the issue will be really helpful.2. If I draw two squares, one black one white, then select one to copy the color of the other, the selected square disappears.
>>> With InDesign CC (13.0) the transform options have been added to the Eyedropper settings, this includes size and position. It seems that these options for you are checked and when you click on the square to… -
background issue PDF
I can not export a DPF file from my InDesign file. I keep getting the message that a background issues has occurred and the PDF can not be saved. HELP!!!!!
2 votesWe have released InDesign CC2019.0.2 with lot of stability fixes. If you are not on 14.0.2.324 then I would recommend you to upgrade to latest version as it is more robust.
If you still face this issue even after updating, please send the following information to santalwa@adobe.com :
• Error snapshot or video recording of the issue?
• Is(Are) the issue related to a specific document(s)/asset(s)? If Yes, Can you please provide the document(s)/asset(s)? Please package the entire document(To package the document, Go to File → Package)
• Does Trashing preference and cache, please create a backup of Preference and cache before trashing them, help to resolve the issue?Adobe InDesign Team
-
Fix it!
Footnote symbols at the beginning and at the end of the footnote I can't delete them nor the space that associated with the damn blasted symbol.
It's just a mess. Endnotes footnotes it's a horror show to deal with them. I wasn't before but with this update---truly a horror show.
2 votesHi,
Thanks for mentioning this. Do you mean the blue braces at the end and start of endnote text?
Those are just markers that depict the start and end of endnote text. This will not be printed or exported. helpx.adobe.com/in/indesign/using/endnotes…To adjust the spaces, please explore and set the Type→Document Endnote options.
Please let us know if this helps you out.
-Aman
- Don't see your idea?