Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't do D&D from CEP panel to Adobe Premiere after update to Premiere Pro 2022 #483

Open
jafs opened this issue Jan 31, 2023 · 2 comments

Comments

@jafs
Copy link

jafs commented Jan 31, 2023

Hello,

I have a CEP panel that opens an iframe. Before update to Premiere Pro 2022, in that iframe I could perform a D&D operation from the iframe to Premire, setting in the drag event the data with key com.adobe.cep.dnd.file.0.

However after update, when I try to make a drop on Premiere, a forbidden cursor is shown, and drop operation not works.

I have this flags in the manifest.xml file:

<CEFCommandLine>
  <Parameter>--allow-file-access</Parameter>
  <Parameter>--allow-file-access-from-files</Parameter>
  <Parameter>--allow-running-insecure-content</Parameter>
  <Parameter>--ignore-certificate-errors</Parameter>
  <Parameter>--disable-application-cache</Parameter>
  <Parameter>--disable-site-isolation-trials</Parameter>
  <Parameter>--enable-nodejs</Parameter>
</CEFCommandLine>

Does anything else need to be done to get the D&D operation working again?

@ErinFinnegan
Copy link
Contributor

@jafs
Copy link
Author

jafs commented Feb 1, 2023

Very thanks for the answer.

After reviewing the link that you have given me, I have been looking at the headers of the files of the iframe that I open, and in principle, that headers are not restrictive:

image

The way in which the iframe is loaded consists of first consulting a configuration file with the host to open, and after that creating the iframe on the document:

image

I also added the line: <Parameter>--mixed-context</Parameter> in the manifest.xml.

As extra information, the D&D operation is made with images that are in same host than iframe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants