I see what’s happening: when
OxideQQuickWebViewPrivate::OnEditingCapabilitiesChanged() is initially
called, the value of the edit flags stored by the oxide webview is
correct (64 == SelectAll), but to retrieve the new value
OxideQQuickWebView::editingCapabilities() is called, and at that point
(component construction not complete yet), d->proxy_ is null, so
NoCapability (0) is returned.

In this light, emitting editingCapabilitiesChanged() in
OxideQQuickWebViewPrivate::completeConstruction() after the proxy has
been set sounds like a reasonable solution.

** Changed in: oxide
       Status: Confirmed => In Progress

** Changed in: webbrowser-app (Ubuntu)
       Status: Triaged => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1586968

Title:
  Touch selection menu initially empty when focusing a text field

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1586968/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to