Skip to content

Illustrator (Desktop) Bugs

When reporting a bug, please provide a detailed description with the following:

  1. Details of your operating system
  2. The version of Adobe Illustrator (desktop) 
  3. The steps you were taking when you experienced the issues
  4. Your expected result and the actual result
  5. Upload your Illustrator file or a video (screen recording or gif, this helps us most to reproduce the issue and resolve it)

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

7725 results found

  1. Extrude on the 3D Materials panel is inaccurate.

    The extrude function does not extrude by the amount I type in.
    It used to work on my desktop but never on my laptop and now it works on neither. It extrudes but by less than a third of whatever I type in. Don't know why this happens or why its started doing it on my desktop too.

    I find it eliminates the usefulness of the whole 3D Materials panel.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Exporting to multiple screen formats results in pixel offset when exporting images

    The 'png, jpg, webp' files exported using the 'export to multiple screen formats' method show a 1-pixel offset.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Other...  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. The Illustrator was not responding every time I tend to save new file

    Once I open Illustrator, it functions smoothly. I can open and save a copy of an existing files without any problems. However, when I click 'New File' and attempt to save it, the program consistently crashes with and became unresponsive.

    I tried saving the recovered file, but it also hangs and 'not responding' when I click 'Save' in the File menu. I even restarted my computer to see if that would resolve the issue, but I'm still unable to save a new file.

    I hope you can assist me with this problem.

    OS: Windows 10
    Illustrator version: 29.1 and even…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Sizes of exported PNG files differ depending on the method used

    Using "Export as" and "Export to Multiple Screen Formats" to export PNG format, with the same settings, there is a significant difference in size after export.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. CPU Preview Forced when Apple Wide Color images placed

    Bug:
    - Place a linked image into an illustrator file that has a color profile of "Apple Wide Color Sharing Profile"
    - Note that the preview mode switches to "CPU" and you are unable to switch back.
    - Restarting Illustrator has no positive effect.

    Workaround:
    - Change the color profile of the placed image to something else like "sRGB IEC61966-2.1" and restart Illustrator.

    Expected Behaviour:
    - Placing an image of any color profile does not change the view mode - - OR - - Illustrator should warn the user that the incoming image contains a color profile that Illustrator will…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Why the the FONT i used are NOT LONGER AVALIABLE in Adobe premiere pro?

    Hi Adobe community, a few weeks ago I updated a new Adobe Premiere version and since then the font I was using has changed and I can no longer find it among those available. The fonts I need are: Algerian, BlackadderlITC-Regual, Garamond-Italic, Onyx. I try to find these fonts as if they were extensions from the official Adobe page but I couldn't find the Algerian font in this way either... Can anyone help me or give me advice? Thanks a lot!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. cambio de la unidad metrica

    Buenos dias chicos a ustedes no les sucede que cuando van a crear un nuevo documento y ejemplo si tenia la unidad metrica en milimetros y la cambias a centimetros o pulgadas se les regresa a milimetros creo que es algun error en programa o no se, vengo aqui a sugerir ya para que se haga una revision de eso y se pueda corregir, saludo

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Other...  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Tip popup when zooming in and out (Alt key while brush is selected)

    Whenever I zoom in and out using Alt + scroll wheel or a shortcut on my Wacom pencil, and have a Pencil or Brush selected, the smoothing tool pops up and gives this 'tip' that is obstructing my work. Turning tool tips off does not help.

    'To smooth a section, select its anchor points with the direct selection tool and adjust the slider.'

    It is really annoying, I'm not trying even trying to smooth the paths, just zooming! The tip stays on screen until I do something else, and pops back up whenever I hit alt. I know how the…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Tools  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. [ExtendScript] Rasterizing group creates two rasterItems

    1. MacOS 15.2.
    2. Adobe Illustrator 29.1
    3. Open demo document (attached) and run script (below).
    4. Should create one RasterItem, but instead creates two.

    Test Script (for use on attached test file):

    
    (function () {
    
        var doc = app.activeDocument;
        var item = doc.groupItems[0];
    
        // Raster Options
        var rasterOpts = new RasterizeOptions;
        rasterOpts.resolution = 192;
        rasterOpts.antiAliasingMethod = AntiAliasingMethod.None;
        rasterOpts.backgroundBlack = false;
        rasterOpts.clippingMask = false;
        rasterOpts.colorModel = RasterizationColorModel.DEFAULTCOLORMODEL;
        rasterOpts.convertTextToOutlines = false;
        rasterOpts.includeLayers = false;
        rasterOpts.padding = 0;
        rasterOpts.transparency = false;
        rasterOpts.convertSpotColors = true;
    
        doc.rasterize(item, item.geometricBounds, rasterOpts);
    
        var count = doc.rasterItems.length;
    
        if (count > 1)
            alert('The rasterization created two images but should have created only one.');
    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Now the Space Bar Doesn't Work for Text in Mac Sequoia

    Every time I launch AI on a Mac Sequoia OS, something in AI will not work right. This morning, the spacebar no longer adds space between words in text. What's so frustrating is you never know what shortcut/tool will fail when using Adobe products in Mac Sequoia OS. Please fix these problems. Thank you.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Some shortcuts don't work with Mac Sequoia 15.2 OS

    The spacebar does not resize something when drawing. Instead it brings up the properties box and sounds an error alarm on the Mac Mini Pro M4. Additionally, the keyboard shortcuts, such as M or H, stop working mid program. The up/down keys don't change the number of sides while drawing a polygon. I'm running version 29.1 I've already disabled any spacebar shortcuts native to the OS. Even running in safe mode, Adobe creative cloud programs have incompatible shortcuts with Mac Sequoia.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Tools  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Outline Preview & CPU preview not working (cause canvas freezing)

    Selecting outline preiview, preview on CPU, overprint preview, & Pixel preview is not working. It will cause the artboard freezing unless I back to GPU preview.
    I have tried in illustrator 28, it is worked normally.

    Operating system:
    Windows 11 23H2
    Ryzen 5 7535HS
    RTX 2060

    Illustrator Version: 29.0

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Cursor/mouse glitching/flickering when moving around artboard/objects

    Any time I go to make an edit, add an element, move an object, or move my cursor around over my content/artboard my cursor glitches and rapidly switches between tool symbols. I am still able to use illustrator and each tool performs how its supposed to however the cursor glitching is troubling when making adjustments/resizing things. I have restarted my computer and quit the application as well and nothing seems to work. I am using Illustrator 2025.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Canvas melts, as if animated

    I have encountered a weird bug. Issue happened after the current update.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Unidentified dash / gap values get shown as zeroes

    Make a simple test (as demonstrated in the attached GIF).
    Make sure you test this after relaunching Illustrator.
    Open Preferences > Units and make sure you have all three parameters (General, Stroke, Type) set to Points.

    A. Create a new document based on Web document profile
    B. Create a simple rectangle
    C. In the Stroke panel enable Dashed Line option

    The first 'dash' value would be 12 pt (or somethin else if you general units are not points), and the rest of the fields would be empty, undefined. It means Illustrator uses the same 12 pt for the gap.

    D.…

    12 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Strokes  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Abnormal deformation coordinates of the envelope for a live text

    After the deformation of the text envelope, the mouse wheel changes the bending value and the object coordinates shift. See video:

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Adobe help support pop up is so obstructive

    When using Adobe illustrator, the software crashes for a short amount of time and will redirect you in browser to the website of the learn and support of adobe. It makes the workflow slow, and its frustrating at the same time.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  User Interface  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. User interface - Not keeping color choice on re-open

    The level of user interface color choice does not sustain itself on re-launch of the application

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. I saved my file. Next day I see, artboard 3 with all its contents have vanished!! I never deleted the page!

    I saved my file. Next day I see, artboard 3 with all its contents have vanished!! I never deleted the page!

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Appearance items loose focus when get an effect assigned

    When I pick a fill in Appearance panel and assign an effect to it, the item looses focus suddenly — take a look at the GIF attached.

    If my stack there is complex enough (and they often are), it’s hard to locate the fill/stroke I was working with.

    ...and surely Ai doesn’t allow to rename these to at least find them quicker — and here is the request about this: http://illustrator.uservoice.com/forums/333657/suggestions/34309852

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base