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

2 results found

  1. [ExtendScript] Document.artboards wrongly returns artboards of active document

    1. MacOS 14.2.1
    2. Adobe Illustrator 28.0
    3. 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: DELTA

    Actual result:

    demo1.ai artboard 0: ALPHA
    demo1.ai artboard 1: BRAVO
    demo2.ai artboard 0: ALPHA
    demo2.ai artboard 1: BRAVO

    Note that Document "demo1.ai" is active. If I make demo2.ai active, I…

    10 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)
  2. 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

    1. Uninstall any non-Japanese version of Adobe Illustrator that is installed
    2. Launch Creative Cloud.app and set "Default install language" to Japanese in the Preferences
    3. Install and launch Adobe Illustrator
    4. Execute the…
    10 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?