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

When I click on a different color input while the picker is already open, it sometimes transfers the value. #89

Open
alfalfascout opened this issue Jul 31, 2020 · 1 comment

Comments

@alfalfascout
Copy link

alfalfascout commented Jul 31, 2020

Steps to reproduce:

  1. Make an HTML document with multiple <input type="color">.
  2. Add this in javascript: $('input[type="color"]').click(function(e){e.preventDefault();});$('input[type="color"]').colorPicker();
  3. Click on one of the inputs.
  4. Enter a color.
  5. Click between the different inputs without closing the tinyColorPicker.

I'm running Firefox 79.0 (64-bit) on Windows 10, if that makes a difference.

Is there a way to prevent this from happening?

@Jolicoeur40
Copy link

``

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