← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1328000] [NEW] return key doesn’t validate the active form

 

Public bug reported:

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.

** Affects: oxide
     Importance: Undecided
         Status: New

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

Title:
  return key doesn’t validate the active form

Status in Oxide Webview:
  New

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.

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


Follow ups

References