Opened 12 years ago
Closed 9 years ago
#22509 closed defect (bug) (wontfix)
No-JS fallback for default color in color picker
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | needs-patch |
Focuses: | ui | Cc: |
Description
The no-JS fallback for the color picker is just a plain input. Since the color picker implementation now includes the ability to reset to a specified default, it seems to make sense to include a no-JS fallback for the default, even just as a little bit of hidden descriptive text.
See #22461 for discussion stemming from the custom header screen.
Attachments (1)
Change History (9)
#3
@
12 years ago
Thinking we can do it even more generically for color picker in general, not just specific to the screen. Don't have an actual practical solution in mind, just thinking about the possibilities.
#6
@
10 years ago
- Keywords needs-patch ux-feedback added; has-patch removed
Its not an ideal solution, because old browsers won't support it, but in HTML5 there is a color input type we could use
Note: See
TracTickets for help on using
tickets.
Patch. Looks like this: