Rank: Member Groups: Member
Joined: 8/10/2023 Posts: 27
|
Hi,
When browsing a local PDF file, the MediaType value obtained in the BeforeContextMenu event when right-clicking the mouse is 6, but there is no such value in the ContextMenuMediaType.
#EO.WebBrowser, Version=23.3.60.0 namespace EO.WebBrowser { public enum ContextMenuMediaType { None = 0, Image = 1, Video = 2, Audio = 3, File = 4, Plugin = 5 } }
Console.WriteLine("webView1_BeforeContextMenu {0} {1}", e.MenuInfo.SourceFlags, e.MenuInfo.MediaType); webView1_BeforeContextMenu Page, Frame, Media 6
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have confirmed this to be bug. We will fix it and post an update build as soon as possible.
Thanks!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is just to let you know that we have posted a new build (23.3.77) that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.
Thanks!
|