Ten_A
My feedback
172 results found
-
55 votes
The choice of the type of a symbol is sticky in the latest version of Illustrator. If a user toggles it to Static, it remains Static when another symbol is created — and vice versa.
Ten_A
supported this idea
·
-
47 votes
Ten_A
supported this idea
·
-
62 votes
We have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.2
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience.
Ten_A
supported this idea
·
-
116 votes
We have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.2
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience.
Ten_A
supported this idea
·
-
9 votes
var dc = app.documents.addDocumentWithDialogOption(“Art & Illustration”, false);
//add some objects
dc.saveAs(File(”~/Desktop/testNoUI.ai“));
dc.close(SaveOptions.DONOTSAVECHANGES);Above script works for creating, saving and close the document without UI. The document preset is localized, if you are using locale other than english, you should pass the localized name of preset to addDocumentWithDialogOption method.
An error occurred while saving the comment An error occurred while saving the comment
Ten_A
commented
I tried your code in Illustrator CC(ver.22.1) and got an error[1162757463('WENE')] in the first line. And I tried to change documents preset(“Art & Illustration” to "Web") and got it work.
Probably, These methods support only "Web" preset.Ten.
Ten_A
shared this idea
·
-
18 votes
Resource Fork in .ai files are removed in version 22.1. This is done to prevent an intermittent crash while saving Illustrator files to smb volume on macOS 10.13. Apple deprecated resource fork many years ago.
Following Apple document talks about deprecations that lead to removal of Resource From .ai files
https://developer.apple.com/library/archive/releasenotes/General/CarbonCoreDeprecations/index.html#//apple_ref/doc/uid/TP40012224-CH1-SW28https://developer.apple.com/documentation/coreservices/carbon_core/file_manager?language=objc
Ten_A
supported this idea
·
-
156 votes
We have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 23.0.
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience.
Ten_A
supported this idea
·
-
833 votesCompleted (Comments Open) ·
AdminAvinash Singh Kotwal
(Principal Product Manager, Adobe Illustrator)
responded
Hi friends! I have some great news for your today. Rotate View (Canvas) feature is available in Illustrator 25.3 (Desktop) now. Thank you all for your feedback which helped us shape up this feature.
Ten_A
supported this idea
·
-
26 votesCompleted (Comments Open) ·
AdminAvinash Singh Kotwal
(Principal Product Manager, Adobe Illustrator)
responded
I am happy to share that we have fixed this bug in our latest release – 23.0.6 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
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!
Ten_A
supported this idea
·
-
29 votes
we have made note of this feature request and added to backlog
Ten_A
supported this idea
·
-
13 votesCompleted (Comments Open) ·
AdminAvinash Singh Kotwal
(Principal Product Manager, Adobe Illustrator)
responded
I am happy to share that we have fixed this bug in our latest release – 23.0.6 which is available worldwide now.
Going forward, our goal is to fix as many top User-Voice bugs as possible and as frequently as possible. Given the nature of the fixes, some of the bugs will take a longer time to fix, but we are on it.
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!
Ten_A
supported this idea
·
-
14 votes
We have the fix available in the latest release. Please update Illustrator using Adobe Creative Cloud application to the latest build for version Illustrator CC 22.1.
Please refer to our knowledge base FAQ – https://illustrator.uservoice.com/knowledgebase/articles/1844590 if you face difficulty in update.
Or get in touch with us at any of the other support channels – https://helpx.adobe.com/support.htmlWarm Regards,
Ashutosh Chaturvedi | Sr. Quality Engineering Manager – Illustrator
Adobe. Make It an Experience.
Ten_A
supported this idea
·
Hi Silly-V,
Actually, no. The addDocumentWithDialogOption method has UI and it also supports only Web preset.