Antonio-Laguna / jQuery-ColorPicker

This is yet another colorpicker plugin for jQuery since most of them are not on GitHub nor being mantained at the moment.
Other
91 stars 22 forks source link

dragging on colorpicker shouldn't highlight text on the page #6

Closed bendman closed 11 years ago

bendman commented 11 years ago

When dragging over the saturation/brightness box or hue selector the mouse starts selecting text. This isn't immediately noticeable, but if you drag your mouse outside of the draggable area you end up highlighting text all over the page.

The text selection should be disabled between mousedown and mouseup.

bendman commented 11 years ago

Just noticed that this is happening on the up/down dragging arrows near the HSB/RGB inputs. As you drag off the target element (arrows) almost immediately, this highlighting is very obvious.