mixinmax / jquery.swatches

A jQuery plugin that turns a one-line div into a sweet color swatch
http://maxmackie.github.io/jquery.swatches/
243 stars 26 forks source link

Hex codes showing and hiding incorrectly in Chrome #6

Open jordanmkoncz opened 11 years ago

jordanmkoncz commented 11 years ago

In Chrome, if you position the cursor at the top of the name of the swatch, then slowly move it upwards towards the swatch itself, the hex codes will be shown and hidden numerous times before you are hovering over the swatch.

mixinmax commented 11 years ago

What version of chrome are you running? And what OS?

jordanmkoncz commented 11 years ago

Version 26.0.1410.64 on Windows 7 x64.

mixinmax commented 11 years ago

Ah yeah I see that. I'll see about fixing it.

mixinmax commented 11 years ago

So this issue stems from the .name elements extending below the actual .holder by a little bit and having an opacity of 0. There's definitely a better way of doing it.