← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1459808] [NEW] <datalist> HTML5 tag does not work

 

Public bug reported:

e.g.

<!DOCTYPE html>
<html>
<body>

<form action="demo_form.asp" method="get">
  <input list="browsers" name="browser">
  <datalist id="browsers">
    <option value="Internet Explorer">
    <option value="Firefox">
    <option value="Chrome">
    <option value="Opera">
    <option value="Safari">
  </datalist>
  <input type="submit">
</form>

<p><strong>Note:</strong> The datalist tag is not supported in Internet
Explorer 9 and earlier versions, or in Safari.</p>

</body>
</html>

does not display the list w/ the proper items available

** 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/1459808

Title:
  <datalist> HTML5 tag does not work

Status in Oxide Webview:
  New

Bug description:
  e.g.

  <!DOCTYPE html>
  <html>
  <body>

  <form action="demo_form.asp" method="get">
    <input list="browsers" name="browser">
    <datalist id="browsers">
      <option value="Internet Explorer">
      <option value="Firefox">
      <option value="Chrome">
      <option value="Opera">
      <option value="Safari">
    </datalist>
    <input type="submit">
  </form>

  <p><strong>Note:</strong> The datalist tag is not supported in
  Internet Explorer 9 and earlier versions, or in Safari.</p>

  </body>
  </html>

  does not display the list w/ the proper items available

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


Follow ups

References