Support

Account

Home Forums Backend Issues (wp-admin) Color picker issue on the latest version

Solved

Color picker issue on the latest version

  • Hello Elliot

    On the latest release I have had problems with the color picker. I can insert the #hex values manually. But when using the color picker it doesn’t update the field value when dragging/modifying the color.. Bug tested and confirmed in Safari, Chrome and Firefox (latest version of ACF and WP). Any clues?

    (btw. your doing a wonderful job…)

  • Hi @emilolsson

    Thanks for the bug report, I’ll take a look into it.
    If you open up the console log, can you see any JS errors when dragging?

    Thanks
    E

  • Hi Elliot,

    We have the same problem on our site. We don’t get any JS errors in the console.

    On the first mousecklick in the colorpicker no colors are selected, but we are able to select a color on the second click. After that there’s not possible to pick a color again without using the clear button.

    Thanks,
    Erlend/Smart Media AS

  • Hi guys

    Thanks for the bug report.

    I’ll be fixing this soon and releasing an update for ACF.

    The issue seems to be a line in the input.min.js file:

    
    wpColorPicker({change:function(t,n){e.trigger("change")}})
    

    The solution may be to revert it back to

    
    wpColorPicker()
    

    As this is what the previous version had.

    Thanks
    E

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Color picker issue on the latest version’ is closed to new replies.