Page 1 of 1

CEF ChromeRuntime prevent ALT+mouse left click

PostPosted: Sun Sep 19, 2021 8:00 am
by DMike
Hi,

In Chrome Runtime (tested cefclient.exe on CEF92 and CEF94) if you press ALT key and mouse left click on any link it will download the webpage as html.

I'm trying to disable/prevent this, already tried with OnDownloadUpdated and OnBeforeDownload, they do not get triggered.

Any idea how to block this, which event should I check?

Thanks!

Re: CEF ChromeRuntime prevent ALT+mouse left click

PostPosted: Sun Sep 19, 2021 9:50 am
by magreenblatt
There’s probably no event for this behavior currently. You can add an issue.

Re: CEF ChromeRuntime prevent ALT+mouse left click

PostPosted: Sun Sep 19, 2021 10:59 am
by DMike
Thanks for your reply.

I've added an issue: https://bitbucket.org/chromiumembedded/ ... revent-alt

Also I've added another one yesterday:
Windows: Fullscreen broken CefClient in Chrome Runtime mode
https://bitbucket.org/chromiumembedded/ ... fclient-in

Thanks!