mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.91k stars 1.98k forks source link

html.elements.datalist - Dont' work on Edge with Color input #18132

Open scorpionfire opened 1 year ago

scorpionfire commented 1 year ago

What type of issue is this?

Browser bug (a bug with a feature that may impact site compatibility)

What information was incorrect, unhelpful, or incomplete?

On the browser compatibility you write the datalist on color input is supported from v12, but with on last version "107.0.1418.26" it don't work properly

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

When I click on a color from a datalist linked to color picker html native element, Edge must select that color.

Did you test this? If so, how?

The list of color appears correctly, but when you click a color setted in datalist, Edge return always "rgba(0, 0, 0, 0)". Then, if you click on "Others..." (color) all appears correctly, but the color selection continue to not work.

All work fine only if you oper the color picker and go directly on "Others..." (color).

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

You can tray by yourself on MDN page (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) opening with Edge

MDN URL

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist

MDN metadata

MDN page report details * Query: `html.elements.datalist` * Report started: 2022-11-03T08:57:02.583Z
scorpionfire commented 1 year ago

Same problem on Chrome v.107.0.5304.88. Before the last update to this version, everything worked on Chrome.