ubuntu-webapps-bugs team mailing list archive
-
ubuntu-webapps-bugs team
-
Mailing list archive
-
Message #04282
[Bug 1615677] [NEW] editingCapabilities value doesn’t change when long pressing a word in an unfocused text field
You have been subscribed to a public bug:
The following example illustrates the problem:
import QtQuick 2.4
import com.canonical.Oxide 1.15
WebView {
url: "http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_textarea"
Component.onCompleted: console.log("initial editing caps:", editingCapabilities)
onEditingCapabilitiesChanged: console.log("editing caps changed:", editingCapabilities)
}
When run in qmlscene on a touch device, we can see that the initial
value for editingCapabilities is 64 (selectAll). Long pressing on any
word in one of the text areas (that are initially not focused) should
trigger an update of the value (adding cut and copy caps), but it
doesn’t.
Tapping anywhere inside the same text area, then long pressing on the
word again will correctly update the value of the property, so it’s only
the first time after focusing the text field that this fails.
This was observed with both oxide 1.15.7 and 1.16.8.
** Affects: oxide
Importance: Undecided
Status: New
--
editingCapabilities value doesn’t change when long pressing a word in an unfocused text field
https://bugs.launchpad.net/bugs/1615677
You received this bug notification because you are a member of Ubuntu WebApps bug tracking, which is subscribed to Oxide.
References