Implement autofill support (<datalist> HTML5 tag does not work)

Bug #1459808 reported by Alexandre Abreu
This bug report is a duplicate of:  Bug #1214048: Initial support for autofill. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Oxide
Triaged
Low
Unassigned

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

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

I've changed the title - I thought there was already a bug open for this. But this is meant to be part of autofill which is a fairly significant project (and I'm not even sure whether we can re-use Chromium's //components/autofill, seeing as it pulls in a lot of stuff that's not desired)

summary: - <datalist> HTML5 tag does not work
+ Implement autofill support (<datalist> HTML5 tag does not work)
Changed in oxide:
importance: Undecided → Low
status: New → Triaged
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

And there was already another bug, but with the wrong title

Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

right it is part of it indeed, thx for duping it

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.