Welcome Guest Search | Active Topics | Sign In | Register

ContextMenuMediaType no such value, bug? Options
mose.jeziel
Posted: Wednesday, October 18, 2023 9:45:09 PM
Rank: Member
Groups: Member

Joined: 8/10/2023
Posts: 16
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!

eo_support
Posted: Thursday, October 19, 2023 1:10:28 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Hi,

We have confirmed this to be bug. We will fix it and post an update build as soon as possible.

Thanks!
eo_support
Posted: Friday, November 3, 2023 1:22:56 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.