Comment 3 for bug 1367814

Revision history for this message
Daniel d'Andrada (dandrader) wrote :

The clipboard provided by unity8 through the mir protocol and socket ir working fine. It's copying content and pasting as requested by client apps.
webbrowser is able to copy content over to the clipboard. But somehow that toolbar that pops up when you long press a text field doesn't recognize that there's content in the clipboard. I can see it requests the content from the clipboard (in order to check if there's anything in the clipboard I guess) but it's still greyed out.

The notes app is able to paste just fine though. But it uses a different component for the paste function. So the problem is either in that text field toolbar code or in whatever api it uses.