Opened 13 years ago
Closed 13 years ago
#23484 closed defect (bug) (fixed)
Update color picker for jQuery 1.9.x
| Reported by: | mattwiebe | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | External Libraries | Version: | |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: |
Description
Iris and wpColorPicker relied on the removed $.browser. Iris now does its own detection (sadly still browser sniffing, but manually now). It introduces $.support.iris so that our bundled color picker can just ask for that instead of doing its own sniffing.
Iris 1.0.3 includes numerous bugfixes/enhancements:
- add
$.support.irisand remove references to$.browser - work with
* {box-sizing: border-box} - add a direct
colorget/set method - allow all options to be dynamically set after Iris has been created
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Tested in IE7, IE8, Chrome and Opera.