Hi,
I found out that Photoshop 26.6 has a regression regarding the communication between the extension (host) and the webview.
This bug completely breaks our extension since we rely on the host and the local webview to be able to communicate in both ways.
Here is an example to download: repro-webview-communication.zip (3.4 KB)
The extension once loaded should look like this, without the bug, on the versions 26.5 and 26.4.1 (I did not test prior versions)
Here the 2 way communication is successful.
On Photoshop 26.6 it looks like this:
You can see that the host could successfully receive a message coming from the webview.
But the webview fails to receive the message from the host.
The 2 way communication is broken, we only got 1 way working: From the webview to the host but not the opposite.
Are you aware of this regression?
Is there a better place to report it maybe?
Best regards