Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#23484 closed defect (bug) (fixed)

Update color picker for jQuery 1.9.x

Reported by: mattwiebe's profile mattwiebe Owned by: nacin's profile nacin
Milestone: 3.6 Priority: normal
Severity: normal Version:
Component: External Libraries Keywords: has-patch commit
Focuses: Cc:

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.iris and remove references to $.browser
  • work with * {box-sizing: border-box}
  • add a direct color get/set method
  • allow all options to be dynamically set after Iris has been created

Attachments (1)

iris-refresh.diff (43.7 KB) - added by mattwiebe 12 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
12 years ago

  • Component changed from General to External Libraries
  • Milestone changed from Awaiting Review to 3.6

#2 @ocean90
12 years ago

  • Keywords commit added

Tested in IE7, IE8, Chrome and Opera.

#3 @nacin
12 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 23443:

Update the Iris color picker to version 1.0.3, which stops using the deprecated jQuery.browser property.

props mattwiebe.
fixes #23484.

Note: See TracTickets for help on using tickets.