QTWebEngine Page on MAC
Hi,
I have a plugin created for Adobe Illustrator CC 2017/2018.
In the plugin I have a panel which acts as a container for a QTWebEngine page.
The page consist of several text boxes where I can enter text.
I can perform basic operations like cut/copy/paste/selection on windows but I am unable to perform these actions on Mac (Os El Capitan).
What I observed is that on windows clipboard will allow saving text on pressing Ctrl+C/X/V but on MAC whenever I press Command+C/X/V on Illustrator, it is trying to invoke Edit menu for Cut Copy Paste and the control goes from my text box to Illustrator's Text frame art.
I have tried many solutions but all fails. Only workaround is to open Edit menu and close it again, then only we can perform Cut/Copy/Paste on MAC.
Can anyone give me a proper solution to this problem?