箇条書きを含まないテキストのlistStyleプロパティを参照するとIllustratorがクラッシュする
macOS14.7.2/Illustrator ver.29.7.1
再現手順
1. テキストエディタ等で「alert(app.selection[0].paragraphs[0].listStyle);」の一行のみ入力して「test.jsx」として保存する。
2. Illustratorに戻りポイントテキストを入力(箇条書きの設定は行わない)し、選択ツールでテキストフレームを選択した状態にする。
3. メニューからtest.jsxを実行するとIllustratorがクラッシュする。
期待する結果
ver.28のように「[ListStyle]」とlistStyleオブジェクトが返される
実際の結果Illustratorがクラッシュする。
回避方法
ありません
EN
Step to Reproduce
1. enter only one line of "alert(app.selection[0].paragraphs[0].listStyle);" in a text editor, etc. and save it as "test.jsx".
2. return to Illustrator, enter the point text (do not set the bulleted list or numbered list), and select the text frame with the selection tool.
3. Execute test.jsx from the menu and Illustrator will crash.
Expected result
A "[ListStyle]" and listStyle object is returned as in ver.28
Actual result
Illustrator crashes.
Workaround
None.
