return key doesn’t validate the active form

Bug #1328000 reported by Olivier Tilloy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Oxide
Fix Released
Critical
Chris Coulson
1.0
Fix Released
Critical
Chris Coulson

Bug Description

This is a regression observed with the latest trunk (the last release, based on revision 501, doesn’t exhibit this behaviour).

Run the following simple QML scene with qmlscene:

    import QtQuick 2.0
    import com.canonical.Oxide 1.0
    WebView {
        width: 800
        height: 600
        url: "http://start.ubuntu.com"
    }

Focus the search box, enter any number of characters, then press the return key.

Expected result: the search is triggered and the results page starts loading
Current result: nothing happens

I can reliably reproduce the issue both on desktop (x86-64) with a physical keyboard and on a Nexus 7 with the OSK.

Changed in oxide:
importance: Undecided → Critical
status: New → Triaged
milestone: none → branch-1.1
Changed in oxide:
assignee: nobody → Chris Coulson (chrisccoulson)
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I'm currently working on tests for input events. I'll make sure this gets included in that

Changed in oxide:
status: Triaged → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.