← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1375818] Re: Missing user feedback when submitting a form with an empty required field

 

*** This bug is a duplicate of bug 1253784 ***
    https://bugs.launchpad.net/bugs/1253784

** This bug has been marked a duplicate of bug 1253784
   Webbrowser doesn't respect the HTML5 "required" attribute

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

Title:
  Missing user feedback when submitting a form with an empty required
  field

Status in Oxide Webview:
  New
Status in Web Browser App:
  Triaged

Bug description:
  If a form has a field that’s declared as "required", submitting it without filling out the field should:
   (a) not actually submit the form
   (b) prompt the user to fill out the field

  Currently (a) is implemented, but there’s no user feedback (b). We
  probably need an API in oxide for this.

  Specification: http://www.whatwg.org/specs/web-apps/current-
  work/multipage/common-input-element-attributes.html#attr-input-
  required

  Test page: http://jsfiddle.net/bU4gf/show/

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


References