ubuntu-webapps-bugs team mailing list archive
-
ubuntu-webapps-bugs team
-
Mailing list archive
-
Message #00871
[Bug 1328000] Re: return key doesn’t validate the active form
** Also affects: oxide/1.0
Importance: Undecided
Status: New
** Changed in: oxide/1.0
Importance: Undecided => Critical
** Changed in: oxide/1.0
Status: New => Triaged
** Changed in: oxide/1.0
Milestone: None => 1.0.2
** Changed in: oxide/1.0
Assignee: (unassigned) => Chris Coulson (chrisccoulson)
** Changed in: oxide
Status: Triaged => Fix Released
--
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:
Fix Released
Status in Oxide 1.0 series:
Fix Committed
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
References