Opened 13 years ago
Closed 13 years ago
#26289 closed defect (bug) (fixed)
Color Picker bugs.
| Reported by: | mattheu | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | ui |
Description
.wp-color-result.wp-picker-openhas top: 0, causing a 1px jump when opening/closing.- in the new 3.8 UI - the text in the field is larger and overflows the fixed with of this field. It would be nicer to reduce the text size so it fits.
- When used outside of the theme customizer, the input field .wp-color-picker has no styling.
To recreate 3. Create a text input and use the JS like so: jQuery('input.my-colorpicker').wpColorPicker();
This patch
- applies top: 0 to
.wp-color-result(open and closed) - Reduces text size in hex-value field
- Moves hex-value-field styles to main customizer styles.
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


In 26435: