Comment 4 for bug 1569315

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

The changes required to fix this are quite intrusive (it depends on https://git.launchpad.net/oxide/commit/?id=f99ce23c7d1880b8b083c4d13e496ca976606d15 as well). I'd like to fix this in 1.15, but for that branch I wonder whether to just stop checking the clipboard contents in WebView::EditingCapabilitiesChanged and effectively advertise that Paste is enabled when any editable node is focused. This would obviously be a small regression in the API for the 1.15 release, but it's probably worth it to have this fixed.

What are your thoughts Olivier?