2
0
mirror of https://github.com/PitPik/colorPicker.git synced 2025-09-21 15:12:37 -06:00

mousedown bugfix (for now)

This commit is contained in:
peterd 2014-09-07 18:22:31 +02:00
parent bcbf21636d
commit c14284be28
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- <meta http-equiv="X-UA-Compatible" content="IE=edge"> -->
<meta http-equiv="Content-Language" content="en">
<link href="../index.css" media="all" rel="stylesheet" type="text/css" />

View File

@ -100,7 +100,8 @@
$colorPicker.hide(animationSpeed);
$(':focus').trigger('blur');
} else {
$(document.body).append(isColorPicker);
// buttons on colorPicker don't work any more
// $(document.body).append(isColorPicker);
}
} else if (inputIndex !== -1) {
// input field