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)
7708 results found
-
29.1.0 'Isolate selected group' menu item missing on right click menu when a nested group is selected.
Illustrator version 29.1.0
Windows 10.0.19045To replicate:
- Create group that contains a group
- Select group
- Right click the group
- 'Isolate selected group' menu item missing. In its place is the new 'Ungroup all' item.
When the above actions are performed to a group without a nested group, the 'Isolate selected group' menu item appears as it should.
10 votesThis issue is fixed in
Prerelease Build 29.2.0.86 and
Beta Build 29.3.0.38
-
Artwork gets shifted when an artboard is resized with width and height constrained and Scale Artwork Constrained enabled
CC 2025 v29.0 introduces the long-awaited "Scale Artwork with Artboard" option. When we drag the transformation frame with the Artboard tool, the objects are scaled synchronously, and the position’s calculated properly.
However, when we start to enter the width or height of the artboard, with Constrain locked, the objects get shifted relative to the artboard after being scaled.
The problem has been confirmed on both MacOS and PC.10 votesFixed in Beta 29.1.0.93
Please verify and comment back.
-
Holding Shift (or Ctrl) to move RGB sliders together in Color panel doesn’t work when color is white
A Help article on Color panel states we can hold Shift (also works for Ctrl, although unspecified there) to move color channels’ sliders 'in tandem', together, — http://helpx.adobe.com/illustrator/using/default-keyboard-shortcuts.html#keys_for_the_color_panel
This indeed works, in both RGB and CMYK modes (not in HSB, since its values won’t benefit from it).
However, if all three RGB sliders are at 255/100% (white), this mode doesn’t work — please see the GIF attached.
It probably makes sense for CMYK, where it’s not clear if 0-0-0-0 should become something like 24-24-24-24, but it totally makes sense for RGB, where we expect to get a gray color.
Thanks…
10 votes -
GPUプレビューモードで高解像度2階調の埋め込み画像の表示がおかしくなる。
macOS13.6.6〜13.6.7
Illustrator ver.28.5再現手順
1.1200ppi程度のモノクロ2階長画像を用意する。
2.IllustratorにてGPUプレビューの状態で1.の画像を配置
3.配置した画像を埋め込むと表示が反転する。期待する結果
埋込前と埋込後で表示がかわらない。実際の結果
埋め込んだビットマップの表示が反転される。現状の回避方法
埋込んだビットマップ画像が存在するドキュメントではCPUプレビューかオーバープリントプレビューで表示を行う。これはGPU表示における不具合です。PDF保存などを行うと正常に保存されますが、GPUプレビューが使えない状態というのは作業性が悪くストレスがたまります。
10 votes -
クラウドドキュメントとして保存する際にエラーが出る
macOS 13.6.3
Illustrator ver.28.31.ILlustratorにて新規ドキュメントを作成
2.御存ダイアログを表示しクラウドドキュメントを選択。
3.新規フォルダをクリックし表示されるダイアログに日本語(ascii以外の文字を含む)で名前を付けて保存をクリック。
4.3で作成したフォルダ内に更にフォルダを作成するため、新規フォルダをクリックし表示されるダイアログに日本語(ascii以外の文字を含む)で名前を付けて保存をクリック。
5.4で作成したフォルダ内で保存をクリック
6.エラーダイアログが表示され保存できない。期待した結果
階層が深いディレクトリ構造でも正常にクラウドファイルが保存される。実際の結果
フォルダ構造が多重構造である状態でフォルダ名にマルチバイト文字が利用されていた場合、クラウドドキュメントを保存できない。フォルダ階層が2層以上で、かつフォルダ名称がマルチバイト文字を含む場合、クラウドドキュメントの保存が失敗します。
これはver.27.8以降で起きる問題です。ver.26以前のIllustratorでは正常に保存可能です。
手元のテストではハイアスキーやルーン文字では保存できるがキリル文字はダメなど全てのマルチバイトがだめだというわけではありませんでした。以下のコミュニティスレッドをご参照ください。
https://community.adobe.com/t5/illustratorフォーラム-discussions/ver-27-7以降で-クラウドの一定階層以下のディレクトリ内に新規保存できなくなりました/td-p/14510599?profile.language=ja10 votes -
Round Corners effect works wrong with curved paths
The native Round Corners effect (not the corner widget!) can work well only with all-straight segments.
It doesn’t round anything for points connecting straight and curved segments, straightens up curved segments, and hardly fit rounded corners within original paths.This is embarrassing. Fix it!
10 votes -
[ExtendScript] Document.artboards wrongly returns artboards of active document
- MacOS 14.2.1
- Adobe Illustrator 28.0
- To reproduce:
(a) open two documents with differently named artboards
(b) run this script
for (var i = 0; i < app.documents.length; i++) { for (var j = 0; j < app.documents[i].artboards.length; j++) { $.write(app.documents[i].name + ' artboard ' + j + ': '); $.writeln(app.documents[i].artboards[j].name); } }
Expected result:
demo1.ai artboard 0: ALPHA
demo1.ai artboard 1: BRAVO
demo2.ai artboard 0: CHARLIE
demo2.ai artboard 1: DELTAActual result:
demo1.ai artboard 0: ALPHA
demo1.ai artboard 1: BRAVO
demo2.ai artboard 0: ALPHA
demo2.ai artboard 1: BRAVONote that Document "demo1.ai" is active. If I make demo2.ai active, I…
10 votes -
Error with app.executeMenuCommand('Adobe Stroke Palette')
en_US
In the Japanese version of Adobe Illustrator, when I execute a script that selects the Window > Stroke menu, an error occurs. It executes correctly in the English (North America) version.
![mrap.png](mrap.png)
Script to Execute
try { app.executeMenuCommand('Adobe Stroke Palette') ; } catch(e) { alert(e) ; }
Actual Result
The following error occurs.
エラー: an Illustrator error occurred: 1346458189 ('MRAP')
Expected Result
Stroke panel is displayed.
Steps to Reproduce
- Uninstall any non-Japanese version of Adobe Illustrator that is installed
- Launch Creative Cloud.app and set "Default install language" to Japanese in the Preferences
- Install and launch Adobe Illustrator
- Execute the…
10 votes -
The ignoreWhite property of tracingOptions does not work
Illustrator v 28.0 - Image Trace option check box for Ignore White has been replaced with Ignore Color and an eyedropper option. While I think this is a good addition for manual use, it appears to have somewhat broken the ability to use image trace properly in javascript as the change has made the original "tracingOptions.ignoreWhite = true" no longer work. I suspect there is now an additional option/variable responsible for the color to be ignored's selection but it doesnt appear to be refferenced in any of the current documentation. I've tried adding the method for Abutting (also undocumented) as…
10 votes -
Transparency panel shows 0% for the mixed opacity values
When having a selection of art with mixed opacity values, Transparency panel should display blank, as Illustrator does for color values or stroke weights, but instead it lies they all have 0%.
Take a look at the GIF attached.
10 votes -
Select Next Object commands in the right-click (context) menu are broken when in Isolation Mode
Illustrator provides two ways to access Next Object commands:
1. From Select menu
2. From the context menu, Select submenuHowever, they work differently.
If you use #1 commands, they behave as expected — Ai properly selects the objects at the current scope level (if we are isolated), by stack order in Layers.
But if you use #2 commands when isolated...
These commands, despite having the same names as the command from the top bar menu entries, rely on the object being clicked. But even knowing that (and it’s not an obvious thing to figure out), the result is weird.…10 votes -
Abnormal selection after executing an action in a script.
According to the person in the know, this has been occurring since version 25.4; it was normal in 25.2.x.
When an action to duplicate an object is created and executed by specifying the action in the script function doScript(), the execution completes with the duplicated object and the original object selected at the same time.Although it is logical to perform all processing in scripts, there are situations where it is unavoidable in the process.
In addition, this is clearly an abnormal situation.
We would like to see an improvement.Translated with www.DeepL.com/Translator (free version)
〈にほんご / Japanese〉
スクリプトでアクションを実行後、選択範囲が異常識者によれば、バージョン25.4以降で発生している。25.2.xでは正常だったとのこと。…
10 votes -
Clipping mask for a layer doesn’t move when dragged in real-time render mode
If you move art with its layer-level clipping mask, Ai will draw it as if you move the art without the clipping mask. See the GIF attached.
10 votes -
When a mesh object is set as a key for aligning, the edge of it doesn’t look bold
When you click an object to mark it as a key object for aligning, Ai draws a fat bold edge around it. Works fine, but not for meshes. Need to be fixed.
10 votes -
Layer's options display 'Dim Images' turned on when it's off
- Go to Layer Options
- Enable 'Template' option
- Uncheck 'Dim Images to' option
- Hit OK
- Go to Layer Options again
- 'Dim Images' is on by itself, despite I turned it off in step 3
10 votesThe issue is no longer happening in Ai Beta 28.4.0.2
-
Reordering artboards / double clicking an artboard zooms me into that artboard
I experience the following disorienting app behaviour.
How to reproduce:
1. Zoom out with all the artboards in view.
2. In the artboard list, find which artboard is highlighted.
3. Click-and-drag that artboard. (Don't even really need to reorder it)Expected behavior:
Nothing asides from reordering the artboards.Actual behavior:
I am now zoomed into that artboard. I then have to zoom back out and continue reordering artboards at my desired birds-eye-view distance.
10 votes -
textRange.words counts words wrong in a wrong way
If you try to calculate a number of words and store them for later using textRange.words and a punctuation marks placed one space after the word, as demonstrated in the video, Ai cuts words in wrong places, resulting words being trimmed.
This breaks all scripts that rely on this method.
You have to rename 'words-bug.txt' into 'words-bug.js' and 'words-bug.pdf' to 'words-bug.ai' to test it, since UV does not allow to upload these type formats.
10 votesAs per the comment, the bug is 'fixed' in 27.4, by creating another bug — https://illustrator.uservoice.com/forums/601447-illustrator-desktop-bugs/suggestions/46537261-incorrect-word-count-via-script
Please check and upvote the problem
-
Applying Recolor to selected instances of a symbol recolors the original symbol
If I want to change colors for selected dynamic symbols, using Recolor will affect not local colors, but the original symbol.
This makes little sense. If I wanted to change the original symbol, I'd edited it and made the changes directly to it. If I have a selection, I mean to change symbols in it only.To workaround it I can isolate my selection by locking/hiding objects I don't want to affect and use Select Same commands to recolor parts of symbols one at a time.
10 votes -
Repeat on-screen controls work wrong when Bounding Box is off
When bounding box is off, splitter control is rendered, but does not work, and instances control is missing completely.
Having the bounding box turned off does not mean a user does not want to have repeat controls. So they should be A) completely hidden, or B) shown and be completely working.10 votes -
SVG export for screens not working properly.
Windows 11 22000.556 / Illustrator 26.1
Hi there,
The SVG file exported through "Export for screens" is corrupted when opened with any web browser, Illustrator or Photoshop.
I managed to export it properly by installing an older version of Illustrator (26.0.3). Previously I tried uninstalling and installing version 26.1, restarting the computer, etc and it didn't work.
Best,
Alex10 votesCompleted (Comments Open) · AdminIllustrator Engineering (Software Engineer, Adobe Illustrator) respondedI am happy to share that we have fixed this bug in our latest release – 26.4.1 which is available worldwide now.
You can update to the latest release using Creative Cloud desktop App: https://helpx.adobe.com/in/creative-cloud/help/creative-cloud-updates.html
Thank you for all the feedback. Keep it coming!
Regards,
Rohit Jain
Illustrator Team
- Don't see your idea?