Comment 2 for bug 1586968

Revision history for this message
Olivier Tilloy (osomon) wrote :

I instrumented the webview to print the initial value of editingCapabilities (at Component.onCompleted) and to print the new value whenever it changes. This is what I’m seeing:

    qml: EDITING CAPS: 0
    qml: INITIAL EDITING CAPS: 64

The value of editingCapabilities changes once (to 0) before component completion. At component completion, the value has changed again (64 == SelectAll), but the corresponding changed signal hasn’t been emitted, which explains why the touch selection menu isn’t aware of the SelectAll capability, and is displayed empty. This looks like a bug in oxide.