Opened 11 years ago
Closed 11 years ago
#22388 closed defect (bug) (fixed)
New color picker: Instant feedback when changing the hex value
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | low |
Severity: | normal | Version: | 3.5 |
Component: | Administration | Keywords: | needs-patch |
Focuses: | Cc: |
Description
Previously: #21206
When you manually change the value in the hex input field the color picker isn't updated until the hex input field loses focus. We should hook into the onkeyup
event and change the picker colour immediately (or rather, when a valid hex code is present).
Not sure if this should be reported here or upstream to Iris. Reporting it here anyway.
Change History (8)
Note: See
TracTickets for help on using
tickets.
Unsure about this. I was waiting for someone to report this. The initial trouble with doing it as you type was that color error-handling was at that time not very good. Error-handling is pretty good now, but this may still introduce side effects. I will test and report back.