clobba / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Override Context Menu not showing #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Created a custom context menu in Windows Form project.
            webKitBrowser1.ContextMenu = contextMenu1;
            // This doesn't work either - webKitBrowser1.ContextMenuStrip = contextMenuStrip1;
            webKitBrowser1.UseCustomContextMenu = true;
            webKitBrowser1.UseDefaultContextMenu = false;

What is the expected output? What do you see instead?
To see my custom context menu when I right click on the browser.  Instead no 
menu appears when I right click.

What version of the product are you using? On what operating system?
VS 2008 using .NETv2; Windows XP Pro SP3

Please provide any additional information below.

Original issue reported on code.google.com by vbgu...@gmail.com on 30 Apr 2012 at 3:31

GoogleCodeExporter commented 9 years ago
Never mind.  I found my answer in the CustomMenuImplementation example.  Please 
close this "non-issue".

Original comment by vbgu...@gmail.com on 30 Apr 2012 at 4:55

GoogleCodeExporter commented 9 years ago
OK Issue closed

Original comment by tsumalis96@gmail.com on 30 Apr 2012 at 12:54