- 🇳🇿New Zealand quietone
The parent issue is in core and that doesn't really makes sense since this is in contrib. Moving that parent to related to help retain the history.
Drupal has shipped with the Farbtastic library since Garland was added in 2006 to allow users to select colors from a color picker in themes.
Nowadays, the "color" HTML input type is widely supported in all major browsers except IE11 (https://caniuse.com/?search=color) and provides a preferred native UI/UX for this functionality.
Use the "color" input type in color.module.
The color picker in color.module will be replaced with a native UI, except in IE11 where colors can only be entered by hex code.
The color picker used in theme settings has been replaced with the native browser widget.
Works well on FF, Opera. Chrome implementation of the color widget is messed up, hopefully they will fix it.
Providing a patch to allow testing from other people and hopefully come up with a proper strategy for weird browsers. Color input type is kinda the bleeding edge, we'll get cut.
The js in itself needs quite some work, but outside the scope of this issue.
Needs review
2.0
Code
It is used to alert the release manager core committer(s) that an issue significantly affects the overall technical debt or release timeline of Drupal, and their signoff is needed. See the governance policy draft for more information.
Affects the content, performance, or handling of Javascript.
Used to alert the accessibility topic maintainer(s) that an issue significantly affects (or has the potential to affect) the accessibility of Drupal, and their signoff is needed (see the governance policy draft for more information). Useful links: Drupal's accessibility standards, the Drupal Core accessibility gate.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The parent issue is in core and that doesn't really makes sense since this is in contrib. Moving that parent to related to help retain the history.