Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add event on rgba-color-picker change #381

Closed
danyj opened this issue Mar 18, 2015 · 0 comments
Closed

Please add event on rgba-color-picker change #381

danyj opened this issue Mar 18, 2015 · 0 comments
Assignees

Comments

@danyj
Copy link
Contributor

danyj commented Mar 18, 2015

In default color picker we have this event

                $input.trigger('fw:color:picker:changed', {
                    $element: $input,
                    event   : event,
                    ui      : ui
                });

https://github.com/ThemeFuse/Unyson/blob/master/framework/includes/option-types/color-picker/static/js/scripts.js#L42

it is missing here

https://github.com/ThemeFuse/Unyson/blob/master/framework/includes/option-types/rgba-color-picker/static/js/scripts.js#L52

and here

https://github.com/ThemeFuse/Unyson/blob/master/framework/includes/option-types/rgba-color-picker/static/js/scripts.js#L105

Please add it in so that we can track the color changes. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants