I have some ES code that opens an InDesign file and fixes broken links. The code is bracketed with UserInteractionLevels.NEVER_INTERACT so that it never prompts for user interaction, and generally this works fine.
However, I'm seeing that if the InDesign file links to an ICML file, and the linked file has missing fonts, InDesign opens a "Missing Fonts" popup, causing the script to stop working.
Has anyone else encountered something like this and successfully worked around it?