Illustrator (Desktop) Bugs
When reporting a bug, please provide a detailed description with the following:
- Details of your operating system
- The version of Adobe Illustrator (desktop)
- The steps you were taking when you experienced the issues
- Your expected result and the actual result
- Upload your Illustrator file or a video (screen recording or gif, this helps us most to reproduce the issue and resolve it)
8268 results found
-
Tabs window not available in 30.1
Mac OS Tahoe, AI desktop version 30.1 <-- updated yesterday 12/22/25
Creating new area text (paragraph text) which requires tab structure, first thing, the shift+command shortcut no longer works. So I can't indicate in a screen grab what doesn't show up. It is also greyed-out within the Top Window Menu>Type>Tabs2 votes -
Absolute mode in Transform Each gives inaccurate dimensions
For the new "Absolute" option in the Transform Each window, I expected it to be able to scale objects with strokes to exact dimensions when the "Scale Strokes & Effects" checkbox is unchecked.
With the checkbox checked, everything works as expected. However, users also need to scale an object while keeping the stroke unchanged, yet still achieving an exact target width or height (a common need for icon designers, for example).
As you can see at the start of the video, the original size is 74.1971 pt in Transform Each. We then instruct it to become 50 pt, and the…
2 votes -
More than 1 Placed Item that has been named loses name in 29.6.1
Place 2 linked items. Rename each item in the layer panel to Item 1 and item 2. Save File as Template or Document. Reopen. Only the first name appears. The second appears as <Linked File>. Any others also are renamed to <Linked File>. This is crucial to automation of template files to replace linked files and needs to be fixed! Have no issues with 29.5
2 votes -
File names are broken on macOS scripts
Bug reproduction:
#target illustrator var file = File.openDialog("Select any file", "All files:*.*"); var message = 'Results\nfile.name: "' + file.name + '"\nfile.displayName: "' + file.displayName + '"\nfile.localizedName: "' + file.localizedName + '"'; alert(message);Save this as a script, run it in Illustrator on macOS and select any file.
Expected outcome: An alert is displayed with all of the name attributes are populated
Actual outcome: displayName and localizedName give empty string and undefined.Tested on macOS 15.7.1, Illustrator v29.8.2. Same script works on Windows 11.
3 votes -
Exported EMF file gets corrupted
Illustrator (desktop version) version
Windows 11 Pro 24H2 Illustrator 2025 Ver. 29.8.2- Export EMF file
- Open the exported EMF file
Expected result: the file opens
Actual result: a message appears stating the file is corrupted when attempting to open it.
2 votesAs per the original poster, anchor was outside the artboard.
-
Can't select linked png/bmp files when they have transparent backgrounds.
Placing several linked BMP or PNG files with transparent backgrounds causes them to become randomly unselectable by clicking on them. You have to go to outline mode, find and select the edge of the image, or select with marquee tool and then carefully unselect the extra objects. Either way, it cannot be moved except to click on the edge of the images frame. This has been an issue for years. I think I may have even posted about it before, but can't find that now. IMO this is an issue that should be escalated as it such a basic operation…
3 votes -
CMYK colors get recalculated in a document with color mode changed from RGB to CMYK, using Color Picker
According to the user, they often receive files created in RGB mode, and they have to convert them to CMYK, using File > Document Color Mode, make specific changes and push documents further. And while the document becomes CMYK, Ai keeps recalculating supplied values, as if these get double-converted via RGB space.
There are easy steps to reproduce this problem from scratch.
1. Create a new RGB document, using Web Document Profile
2. Go File > Document Color Mode > CMYK
3. Create a rectangle
4. Open Color and enter a CMYK color, like 15-30-45-15, tabbing through values. Press Enter…8 votes -
メッシュを使ったグラデーションを回転するとひび割れのような線が入る
メッシュを使ったグラデーションを回転するとひび割れのような線が入るのを改選してほしい
メッシュを使ったグラデーションをラスタライズすると、ひび割れは消えるが、かなり拡大しないとわからない穴が開いていて、そのままプリントしてしまい、製品作り直し大きな損害でした。
ひび割れ 1枚目画像
ラスタライズ時の穴 2、3、4枚目画像2 votes -
Frozen Libraries Panel in Illustrator 30.1
This has happened to me in various CC programs, but Ilustrator is the one most persistent. Basically I have Illustrator open most of the day and am switching between various apps in my workflow. Most commonly, when I return to Illustrator after it has been open for a while the CC library panel will be frozen. I am unable to click on anything in there, and if I resize the panel it distorts the contents. Sometimes the panel is partially frozen and I find out by trying to apply a color swatch, but instead the click opens a graphic asset…
2 votesExpected to be fixed in the latest 30.8.0.7 Beta build. Please update and check if it now behaves as it should.
-
Can’t edit colors in a selection
When going to edit a color CMYK mixture the mixtures go blank and then it acts as if their is no fill color. I am trying to edit the CMYK mix to match the PMS mix and it keeps glitching after my latest update. You can see in my image that even though the color is slected it shows no color in the fill or a question mark.
2 votes -
SVG import bug: cannot import images via SVGs exported from Figma
Here's an example SVG with four images (all referencing the same image -- this is a simple checkerboard raster (I tried using a more visual example, but the base64-encoded strings for photos seem to be too big for UserVoice)).
- I believe this is first plagued by the same problem as https://illustrator.uservoice.com/forums/601447-illustrator-desktop-bugs/suggestions/50819006-svg-import-bug-svg-parser-is-incorrectly-depend . If I import as written here, all fills show up blank in Illustrator.
- Once I reorder the defs to be at the top, I can see that the image is somewhere in here, but it is not rendering correctly in my file (see screenshot), presumably because of the…
2 votes -
SVG import bug: fails to import shadows exported from Figma (using filters)
Examples (all of these should render drop shadows or inner shadows, but import as plain circles without shadows):
Drop shadows:
…<svg width="294" height="305" viewBox="0 0 294 305" fill="none" xmlns="http://www.w3.org/2000/svg"> <g filter="url(#filter0_d_0_3)"> <circle cx="127.021" cy="127.021" r="127.021" fill="#FF7575" fill-opacity="0.6"/> </g> <defs> <filter id="filter0_d_0_3" x="0" y="0" width="293.126" height="304.293" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feFlood flood-opacity="0" result="BackgroundImageFix"/> <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/> <feOffset dx="27.9167" dy="39.0834"/> <feGaussianBlur stdDeviation="5.58335"/> <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.252 votes -
SVG import bug: <use> element does not work
Example:
<svg width="355" height="355" viewBox="0 0 355 355" fill="none" xmlns="http://www.w3.org/2000/svg">
<use href="#mypath" x="100" y="100"/>
<circle id="mypath" cx="127.021" cy="127.021" r="127.021" fill="#FF7575" fill-opacity="0.5"/>
</svg>
2 votes -
Pen tool can't close paths in draw behind mode in certain scenarios
I'm drawing with the pen tool in draw behind mode. However, every time I start a path on where an anchor is of another path above it is located, I won't be able to close the path by clicking the starting anchor point. It will instead just create another anchor point in that exact same spot and continue the path.
2 votes -
Select and Unlock objects on canvas option breaks Direct Selection
With 'Select and Unlock objects on canvas' enabled (and at least one object locked) Direct selection no longer can move points (and select them with single clicks).
12 votes -
2025 Paragraph styles broken opening files created in previous versions
Opening up previously formated files (2024) with Character/paragrah styles applied is useless in 2025!
2 votes -
Exporting PDFs makes a single file instead of many for each artboard
I am experiencing an issue exporting PDFS under export for screens. I have 2 artboards which I have named, but when I export it only exports 1 artwork and names the PDF the actual file name instead of the artboard name. Other file types, png, jpg, etc seem to be working but not PDFs.
Running illustrator 30.1
2 votes -
Documents preview not updated properly in Indesign
When I save an Illustrator file, import it into Indesign, then make changes to the file, save it again and update the link in Indesign, some parts are not updated in the preview (see attached image). This doesn't happen every time, seemingly at random.
I have resolved this by first saving as an older version and then again as latest version, but that's not a real solution.
Somebody told me to uncheck 'Save in background' in settings, this also solved the problem but again, is not a real solution.I have this problem simultaneously with the (already known) problem where…
2 votesThe related issue (Duplicate layer – http://illustrator.uservoice.com/forums/601447/suggestions/50611952), which might have been causing this problem, has been resolved, and the fix is now available in our latest beta version, 30.2.12.
We kindly request you to update and share your feedback.
We sincerely apologize for any inconvenience caused
-
Clearly inform about specific words "violating" community standards when generating art
I think when 'one or more words' violate the guidelines, Illustrator should clearly inform us what words these are exactly.
I guess this can be used for a bad cause, like to gather the database of restricted words... but I don’t understand why normal users should suffer because of this.12 votes -
Can’t drag an element to a different layer
All of a sudden i cant move an element from one layer to a different one. Only if i manually open the whole layer and drag exact element to a different one.
Saving - quitting - opening again - does not help
2 votes
- Don't see your idea?