Skip to content

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

Description

@alfalfascout

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions