Closed GoogleCodeExporter closed 8 years ago
I fixed this and will have it ready for 2.1R1. I also added a
UseCustomContextMenu bool property for those who want to implement their own
context menu.
Original comment by tsumalis96@gmail.com
on 17 Nov 2011 at 2:38
Cool - Thanks :)
In the meantime I have just put a hack in place that intercepts all the right
mouse button clicks coming through to the webkit control using the
IMessageFilter interface.
Original comment by ben.war...@gmail.com
on 17 Nov 2011 at 6:41
I don't know how it can be done that way, but it is simple if you want to
disable the context menu via the code. You can go to uiDelegate.cs at int
contextMenuItemsForElement (sth like that) and replace the whole code with
return 0;
Original comment by tsumalis96@gmail.com
on 18 Nov 2011 at 3:58
This has been fixed for r55 and up
Original comment by tsumalis96@gmail.com
on 26 Nov 2011 at 11:38
Original issue reported on code.google.com by
ben.war...@gmail.com
on 17 Nov 2011 at 7:36