Changes between Version 1 and Version 2 of Ticket #39662, comment 25
- Timestamp:
- 10/30/2017 07:03:25 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39662, comment 25
v1 v2 2 2 3 3 A lot of plugins and themes use 3rd-party scripts to modify the default behaviour of colorpickers and add an alpha channel to them. The most widely used script to accomplish that is https://github.com/kallookoo/wp-color-picker-alpha 4 The changes in this ticket are great, the only downside is that most 3rd-party scripts will now fail because of the html changes in the colorpickers. Ideally rgba would be possible without using any hacky scripts (see https://core.trac.wordpress.org/ticket/39681) but for the time being Plugin & Theme authors should be very careful and release updates before WP 4.9 is released.4 The changes in this ticket are great, the only downside is that most 3rd-party scripts (including the wp-color-picker-alpha mentioned above) will now fail because of the html changes in the colorpickers. Ideally rgba would be possible without using any hacky scripts (see https://core.trac.wordpress.org/ticket/39681) but for the time being Plugin & Theme authors should be very careful and release updates before WP 4.9 is released. 5 5 Some support tickets will be inevitable though until everyone is up to speed and everything gets updated.