My UXP plugin panel renders correctly in PS 27.5 but all clicks are frozen. Other plugins like AI Lab work fine. Developer mode is off, plugin is installed via CCX. Anyone know what's causing this
I built a UXP plugin for Photoshop 27.5 on Windows. The panel renders perfectly, I can see all the UI elements, buttons, sliders, everything. But nothing is clickable. The entire panel is frozen.
Other plugins installed on my machine like AI Lab and Color Designer work perfectly with full click interaction.
Things I have tried:
- Installed via CCX through Creative Cloud
- Developer mode off and on
- sp-theme wrapper
- pointer-events auto in CSS
- Official Adobe plugin ID from Developer Console
- apiVersion 2 in manifest
My manifest has manifestVersion 6, apiVersion 2. The plugin ID is registered on Adobe Developer Console. Single index.html file with all JS inline.
What is different about a properly working plugin that would cause clicks to work vs mine being frozen?
