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
1747 results found
-
Keyboard shortcuts to change case not working on Windows
Keyboard shortcuts to change case of lines of text is no longer working. Apart from Alt-T to get up the text menu, I'm now having to use the mouse to select the further options to change to Title case. The sequence Alt-T-E-T, no longer works. As I frequently have many entries which need unifying each time I use it, this once useful feature is sorely missing. Please can you fix it Adobe?
4 votesThank you for reporting the issue.
We are currently reviewing it.-InDesign team
-
Bug: Table/cell styles don't define cell height and character format
Indesign CC 2020, v17.1
The dialog to create a new cell style doesn't have a definition for the cell height (value "At least" / "Exactly") like we find it in the table properties panel. Table styles also don't define cell height and that is all we can use. If you adjust the cell height manually and redefine the cell style, it's also not submitted. So there is no chance to format an entire table just by selecting a table style.
Next is characters. If there is supposed to be text in a table, that text gotta have a style.…
3 votes -
Windows #@$!*&%^((@@)):[[
Hello to the Adobe InDesign Geniuses! I write this with a heavy heart, I have been a mac holdout/Windows Defender when it comes to Adobe products (Photoshop) since the Mid 1990's If I had to guess, 1995 or 1996. I LOVE Adobe Products and have a huge distaste for Mac. I am reaching a breaking point with Windows, they are trying to make an OS SOOO much more and constantly causing problems, I just had to re install windows on 5 computers due to the latest update that I have yet to have one Windows…
1 vote -
InCopy assignment names don't change with file name
Backstory:
We have particularly formatted files that we use to create new versions for new products. The copy isn't created new, but modified from the old version that was already used in InCopy.The Issue:
My InCopy guy FREAKS OUT when he sees the name of the assignment assets (attached screenshot) are that of a previous project not at all related to the file he's currently working on.The Long and Complicated Solutions:
I know there's a way in InCopy to rename these, but it's long, complicated and outside of a standard workflow. A shorter and easier method would be…3 votes -
Style Mapping to [Basic Paragraph] doesn’t work with remembered settings or presets
When you place (import) a Word document into InDesign, you can choose to use Style Mapping to map the paragraph and character styles in Word to their equivalents in your InDesign document. When you use this feature for the first time in a document, the mappings get stored somewhere and are remembered for any subsequent imports you perform in the same document; you can also choose to save your import settings, including Style Mappings, as a preset to use freely in any document.
If you map any Word styles to the default [Basic Paragraph] style in InDesign, it works as…
4 votes -
Creative clouds library syncing issues
Indesign 20.1
When you try to create a snippet from a groupped objects it shows up in cclibrary side panel but stays inactive. You can see the name artwor1 and can be renamed but it will not be uploaded to the cloud.
CC desktop app says something went wrong...
Restarting the PC solves the problem. After that you can upload twenty-something snippet again. Then restart the PC....1 vote -
When will Indesign (and the whole adobe package) work with properly with Catalina?
Indesign keeps crashing, version 2021, and earlier versions - tried this. Illustrator and photoshop, acrobat too. Very frustrating, luckily been able to work on my laptop instead. But as a good customer I am paying for software that isn't compatible with the platform that it is used with constantly? The update panel forces one to upgrade the OS and then it crashes. Pleaaaase fix this. 2020 is sad enough already
1 vote -
HSB Swatch Displays incorrectly with Color Settings OFF
On Mac, when using the setting "Emulate Adobe InDesign 2.0 CMS OFF" in Color Settings, HSB color swatches display incorrectly on the page. For example, a light pastel would display as royal blue. When using "North American Prepress 2" or "North American General Purpose 2" settings, the color is displayed correctly.
Also, the automatic names InDesign provides when using "Add Unnamed Colors" in the Swatches panel show incorrect values. See attached.
1 voteThe 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 -
UI Interface Overlapping
Adobe Indesign 20.0
Reproduction: Opening InDesign or working on a file with extensive links
Expected Result: UI elements act as intended and do not overlap other portions of the interface, does not interfere with workflow
Actual Result: Portions of the UI are unusable due to overlapping and cannot see the last few links in the Links panel
First noticed this error on 10/16/2024 after updating InDesign the day prior
1 vote -
workspace problems in Indd 2020
I am working on two major projects and have created my custom workspace that gives me the panels needed for these projects. After saving the changes made for the day and closing InDesign, upon opening Indd for the next session, the work space has been set to Essentials, even though the files that require my s=custom workspace are open. I go to the workspace menu and change the work space to my working workspace and it does change, but the menu still says Essentials.
8 votes -
"Go to endnote reference" (or "text") feature not found in 2018
"Go to endnote reference," or "text," not present in right click popup window on my version of InDesign 2018, nor is it present under Type Menu. But then this could only be in my application.
1 vote -
CC Libraries placing permission error
Indesign Version 16.1
Mac OS 10.14Indesign doesn´t let me place graphics (testet JPG, PSD, PDF files) trough the CC Libraries panel. I can open/edit them, via double click, in Photoshop/Acrobat/Illustrator though.
I tested this with older libraries I already had a few versions of Indesign before. I also testet this with a library I just created. Still the same error .
I attached a Screenshot of the error message.
1 vote -
workspace's features (such as scroll down button and scroll sides, as well as page jump using pages tab) now showing
I'm using InCopy on Mac, and the bottom features are hidden.
I'm also using InCopy on my PC and it works fine. All the bottom are shown correctly.
Before 2019, it only happened when I opened Assignments panel, which hid last couple assignments from the pane and I couldn't scroll down any further to reveal it.
But now, it's happening on the bottom pane universally(?).
Does anyone else having similar issues?1 vote -
Label error Table 1 x 1 cell
Version
InDesign CC for Teams 2018 (13.0.1) ExtendScript (Javascript)Steps
scenario 1
- create table (1 cell, 1 row)
- select cell with [ESC]-key
- change label via Javascript
app.selection[0].cells[0].label = "abc";
$.writeln(app.selection[0].cells[0].label);- actual result in ESTK --> "abc"
- actual result in Indesign -> Scriptlabel--> empty window (expected result: "abc" expected)
scenario 2
- create Table (1 cell, 1 row)
- select cell with [ESC]-key
- change label manually via Indesign -> Scriptlabel-Window to "abc"
app.selection[0].cells[0].label = "";
$.writeln(app.selection[0].cells[0].label);- actual result in ESTK --> ""
- actual result in Indesign -> Scriptlabel--> "abc" (expected result: empty window)
scenario 1 + 2
- add a second row
- …
1 vote -
Text options greyed out when I select more than one box that are linked.
Text options greyed out when I select more than one box that are linked using selection tool. For example I want to select 3 linked text boxes and change the text colour. The [T] button in the colours panel is greyed out. So is font, etc. Means that I have go into each box and select the text requires extra click. Did not use to be this way in CC2019. Please fix.
1 vote -
First baseline offset not being applied
More than half the time that I try to change the First Baseline Offset in the Text Frame Options panel, the default setting (Ascent) will not change. When I select a different option from the drop-down menu, such as Leading, Ascent stays selected (before I'm even given the chance to click "OK" or "Cancel"). The only solution I've found to this problem is quitting InDesign and reopening it again and again.
1 vote -
object style override plus-sign when multiple elements selected
Object style made. Works fine.
Multiple items on page need same style. When applied to ONE item, styles menu looks "normal." When applied to multiple items, with items selected, the styles menu shows plus-sign after style name.
All of "clear overrides" options tried. Does not fix. Cannot verify that use of style is correct if styles panel gives false feedback.
In the past, earlier versions, I don't remember ever seeing this apparent conflict.
MacOS 11.5.2
InDesign 17.0.11 voteThanks for reporting this issue.
We are going to review this shortly.
--
InDesign team
-
export to PDF failed in ID v16 with macOS BigSur
I'm having problems exporting to PDF since the macOS Big Sur update 11.0.1 (the official one). I also updated to InDesign 2021 (v16.0) and the computer is almost new. It keeps crashing or freezes with the beachball every time I try to export. I have already tried the obvious, changing the preferences at the export panel and deleting the software preferences (with cmd+ctrl+alt+shift). I'm looking for a way to solve this. Please help!
1 vote -
CC 2019 crashes on macOS when running SDK plug-in
Specifically, the crashes at code "actionManager->PerformAction(activeContext, kOpenStructureWinActionID)".
Our code uses that action to show/hide the structure view.
And the crash also be reproducable in the sample plugin from InDesign SDK.Only occurs on macOS, Windows do not have the issue.
The steps are:
1. Compile the plugin "SnippetRunner.sdk.InDesignPlugin" which is in InDesign CC 2019 SDK.
2. Load it in InDesign.
3. Create a new blank document
4. On SnippetRunner[US] panel, select ManipulateStructureView from dropdown list.
5. Click Go icon, and choose ChangeStructureViewState(toogle)
6. Click OK button
7. Crash.Crash log attached.
1 voteTo identify the cause of this issue, we had started our investigation with the aim to resolve it. You might have also received email from us seeking more details to help in our investigation.
We’ve concluded our investigation and came up with the finding : Either the issue is fixed in the latest release of InDesign or the issue was intermittent in nature at the time of its reporting and is not reproducible now.
We recommend you to upgrade to the latest version of InDesign 2020 (if you’re not already on it). It contains a lot of stability fixes.
If you still face this issue even after updating to the latest version of InDesign, please submit the crash report to us. (The guidelines to submit crash are available at (https://helpx.adobe.com/indesign/kb/submit-crash-reports.html)
We seek your support in our continual effort to improve InDesign.—
Adobe InDesign Team -
Option-Click/Drag to duplicate spread does not work anymore with MacOS 11.0.1 update
- InDesign 15.1.3
- To Duplicate Spreads in Pages Panel — Option-Click/Drag to duplicate spread does not work anymore with MacOS 11.0.1 update. It used to with previous MacOS.
- Expected Result: the grab hand would have a plus sign, then duplicate spread.
- Actual Result: The grab hand operates as "Move" not "Duplicate".
Right/Click Duplicate does, however (but who has that much time? : )
Thank you
InDesign 15.1.3
1 vote
- Don't see your idea?