Add an ON/OFF toggle button in the Artboards panel to enable/disable “Paste on Selected Artboards”
Since Illustrator 29.6, Paste in Front / Paste in Back / Paste in Place now pastes to all currently selected artboards. While this is a useful feature, it introduces a hidden prerequisite — the artboard selection state — that causes unexpected behavior in everyday workflows.
Problems
- When zoomed in, other artboards move off-screen, making their selection state visually undetectable. The only way to check which artboards are selected is to open the Artboards panel — an extra step that interrupts the workflow every time before pasting.
- If multiple artboards are unintentionally left selected (e.g., after using the Artboard tool), paste operations silently affect more artboards than intended.
- There is no scripting API to get or set the artboard selection state, causing ExtendScript and AppleScript workflows that include paste operations to behave incorrectly.
Proposed solution
Add a toggle button directly in the Artboards panel to turn “Paste on Selected Artboards” on or off. This makes the current mode immediately visible in context, allows switching without opening Preferences, and gives scripters a reliable way to disable the feature before running automated paste operations.
This would be consistent with similar per-panel toggles elsewhere in Illustrator, and allows the new feature to coexist with existing workflows.
「選択したアートボードにペースト」のON/OFFトグルボタンをアートボードパネルに追加してください
Illustrator 29.6以降、「前面へペースト」「背面へペースト」「同じ位置にペースト」が、現在選択中のすべてのアートボードに対して実行されるようになりました。これ自体は有用な機能ですが、「アートボードの選択状態」という新たな隠れた前提条件が加わったことで、日常的なワークフローで予期しない動作が起きやすくなっています。
問題点
- 拡大表示中は他のアートボードが画面外に出てしまうため、それらの選択状態を画面上で確認することができない。ペースト前に毎回アートボードパネルを開いて確認するしかなく、作業が中断される。
- アートボードツールの使用後などに、意図せず複数のアートボードが選択されたままになっていると、ペースト操作が意図しない複数のアートボードに対して実行されてしまう。
- スクリプト(ExtendScript / AppleScript)からアートボードの選択状態を取得・設定するAPIが存在しないため、ペーストを含むスクリプトが正しく動作しない。
提案
アートボードパネルに「選択したアートボードにペースト」のON/OFFトグルボタンを追加してください。現在のモードをその場で確認・切り替えでき、環境設定を開く必要もありません。スクリプト実行前に手動でオフにするといった運用も可能になります。
Illustrator内の他のパネルにある同様のトグル操作と一貫性があり、新機能と既存ワークフローの共存を実現できます。
-
monokano
commented
https://illustrator.uservoice.com/forums/601447-illustrator-desktop-bugs/suggestions/50230332
A related bug report has been filed showing that the “Paste on Selected Artboards” behavior breaks ExtendScript and AppleScript workflows: when a script creates a new artboard, both the original and the new artboard become selected, causing subsequent Paste in Front operations to paste to all selected artboards unintentionally. Since there is no scripting API to control artboard selection state, there is currently no workaround from within a script.
---
「選択したアートボードにペースト」の挙動がExtendScript / AppleScriptのワークフローに与える問題についての関連バグ報告です。スクリプトで新規アートボードを作成すると、元のアートボードと新しいアートボードの両方が選択状態になり、その後の「前面へペースト」が意図せず全選択アートボードにペーストされてしまいます。アートボードの選択状態を制御するスクリプトAPIが存在しないため、スクリプト内からの回避手段もありません。