mer C
My feedback
88 results found
-
12 votes
This issue is reported to be fixed in 27.8.1.
Please verify it and comment back!
An error occurred while saving the comment mer C shared this idea ·
-
3 votes
mer C shared this idea ·
-
6 votes
mer C shared this idea ·
-
8 votes
mer C shared this idea ·
-
30 votes
mer C supported this idea ·
-
54 votes
mer C supported this idea ·
-
Font changes from the current one to the previously used while typing
-
Screenshot 2025-01-20 at 3.20.55 PM.png 259 KB -
Mesa de trabajo 1.png 34 KB -
Screenshot 2025-01-17 at 10.33.54 AM.png 21 KB -
Captura de tela 2025-01-09 072224.png 23 KB -
Captura de tela 2025-01-09 072207.png 22 KB -
Captura de pantalla 2025-01-07 a la(s) 12.02.49 p.m..png 23 KB -
스크린샷 2024-12-31 오후 4.35.19.png 12 KB -
font style.PNG 24 KB -
Screenshot 2024-12-29 124342.png 157 KB -
Screen Recording 2024-12-23 at 2.02.23 PM.mov 275 KB -
Captura de tela 2024-12-17 121251.png 162 KB -
FontScreenshot3.png 46 KB -
FontScreenshot2.png 41 KB -
FontScreenshot1.png 41 KB -
Screen Recording 2024-12-12 at 12.11.52.mov 43239 KB -
스크린샷 2024-12-10 오후 6.10.30.png 49 KB -
Screen Recording 2024-12-05 at 12.12.45 PM.mov 6094 KB -
Screenshot 2024-12-02 at 11.19.41 AM.png 209 KB -
Screenshot 2024-12-02 at 13.39.35.png 39 KB -
illbug_text.mov 1662 KB -
arial2.png 16 KB -
arial.png 15 KB -
illustrator bug.png 15 KB -
Screenshot 2024-11-22 at 3.29.14 PM.png 13 KB
210 votesThis issue has been fixed in 29.2 release. Please update your Illustrator to latest version through Creative Cloud Desktop.
mer C supported this idea ·
-
-
12 votes
An error occurred while saving the comment mer C commented
## en_US
There has been no follow-up action since then, and the released Illustrator 2025 (29.1.0) is still behaving strangely as reported.
---
## ja_JP
その後追っての連絡はありませんし、リリースされたIllustrator 2025 (29.1.0) は報告した通りのおかしな挙動のままです。
An error occurred while saving the comment mer C commented
## en_US
I tried it with Adobe Illustrator (Prerelease) (29.1.0.128).
It is true that try catch now catches the errors, but the error dialog still appears. Executing the script, the dialog appears three times, two for the original error and one for the one specified in catch. Is this the intended behavior?
### Workaround
If specifying `UserInteractionLevel.DONTDISPLAYALERTS`, this would be the ideal behavior.```
(function() {
var doc = app.documents[0] ;
var psdOptions = new ExportOptionsPhotoshop() ;var originalInteractionLevel = app.userInteractionLevel ;
try {
app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS ;
doc.exportFile(new File('~/Desktop/psd_empty_artboard_error.psd'), ExportType.PHOTOSHOP, psdOptions) ;
} catch(e) {
alert('Caught error') ;
} finally {
app.userInteractionLevel = originalInteractionLevel ;
}
})() ;
```### Attached files
* error1.png
* error2.png---
## ja_JP
Adobe Illustrator (Prerelease) (29.1.0.128) で試してみました。
確かにtry catchでエラーを捕捉できるようになりましたが、エラーのダイアログ自体はいまだに出ます。スクリプトを実行すると、もともとあったエラー2つと、catchで指定した1つの計3回ダイアログが表示されます。これは意図した動作でしょうか?
### 回避策
UserInteractionLevel.DONTDISPLAYALERTSを指定すれば理想的な動作になります。```
(function() {
var doc = app.documents[0] ;
var psdOptions = new ExportOptionsPhotoshop() ;var originalInteractionLevel = app.userInteractionLevel ;
try {
app.userInteractionLevel = UserInteractionLevel.DONTDISPLAYALERTS ;
doc.exportFile(new File('~/Desktop/psd_empty_artboard_error.psd'), ExportType.PHOTOSHOP, psdOptions) ;
} catch(e) {
alert('Caught error') ;
} finally {
app.userInteractionLevel = originalInteractionLevel ;
}
})() ;
```### 添付したファイル
* error1.png
* error2.pngAn error occurred while saving the comment mer C commented
Noticed that I forgot to write Attached files and Script to execute in the English version. See the Japanese part or this comment.
### Attached files
* error1.png
* error2.png
* empty_artboard.ai
* psd_export.txt### Script to execute
```
(function() {
var doc = app.documents[0] ;
var psdOptions = new ExportOptionsPhotoshop() ;try {
doc.exportFile(new File('~/Desktop/psd_empty_artboard_error.psd'), ExportType.PHOTOSHOP, psdOptions) ;
} catch(e) {
alert('Caught error') ;
}
})() ;
```Moreover, I wrote Illustrator 2024(28.1.0), but it reproduces also with 28.2.0.
mer C shared this idea ·
-
6 votes
mer C supported this idea ·
-
16 votes
mer C supported this idea ·
-
4 votes
mer C supported this idea ·
-
8 votes
mer C shared this idea ·
-
16 votes
We have fixed this issue in 29.0 and 28.7.2 releases.
mer C supported this idea ·
-
11 votes
An error occurred while saving the comment mer C commented
This may have been misleading, but specifying the correct property name "lZWCompression" (starting with a lowercase L) can set whether to compress or not.
It means that the typo in the PDF continues to increase those who cannot specify lZWCompression.
mer C shared this idea ·
-
15 votes
mer C shared this idea ·
-
8 votes
mer C supported this idea ·
-
118 votes
mer C supported this idea ·
-
13 votes
mer C shared this idea ·
-
6 votes
An error occurred while saving the comment mer C commented
en_US:
Upon reexamination, I found that the targeted character was incorrect.It seems not the first character, but the character one character back from the tab character in the direction of the beginning is the cause of the misalignment.
ja_JP:
改めて調べると、対象の文字が間違っていました。1文字目でなく、タブ文字から1文字分先頭方向に戻ったところにある文字がずれの原因となるようです。
mer C shared this idea ·
-
18 votes
mer C supported this idea ·
I just noticed that it says to return comments.
This was announced in August 2023 in an Adobe Community article that it had been fixed.
https://community.adobe.com/t5/illustrator-discussions/illustrator-v27-8-improvements-to-share-for-review-and-accessibility-on-macos/m-p/13985620#M375610
But there was nothing in this UserVoice with a status including “under review” or “fixed in beta” until December 24, 2024.
Thank you for fixing it and adding the status.