lauren / pick-a-color

an easy-to-use jQuery color picker for Twitter Bootstrap
http://lauren.github.com/pick-a-color/
MIT License
269 stars 89 forks source link

disappearing dropdown #47

Open weisjohn opened 10 years ago

weisjohn commented 10 years ago

Steps to reproduce:

  1. Click on the <input> box to show the color picker.
  2. Click on a tab or touch a slider
  3. Picker disappears

A screen cap to help explain: First, I demonstrate the bug. Then, I show normal behavior by triggering from the button. Then demonstrate the bug again.

SamarRizvi commented 9 years ago

Comment the following line: ... methods.toggleDropdown(myElements.colorPreviewButton,myElements.ColorMenu); ... at line 1026 in pick-a-color.js. It is in function myElements.thisEl.focus().