Hello,
Since updating to eo23, I'm having a strange issue when pasting inside iframe.
I allowed Permissions.Clipboard.
- Using context menu seems to malfunction when copying text from another webpage/application.
(I'm usually using CommandIds.Paste but it seems the same with default ctxtmenu)
It does works sometimes when copying from the same iframe.
- Using keyboard shortcut works fine.
You can use this fiddle to test (use the wikipedia search)
https://jsfiddle.net/westonruter/6mSuK/Was working fine since ~eo20.
EDIT:
You can test it in tabbedBrowser :
Add a paste commandinside context menu in MainWindow.xaml.cs l.781
e.Menu.Items.Add(new EO.WebBrowser.MenuItem("Paste", CommandIds.Paste));
open the jsfiddle and try to paste inside wikipedia searchbar
Regards