From c14284be2870f242419f62047ae895ec2dc9d334 Mon Sep 17 00:00:00 2001 From: peterd Date: Sun, 7 Sep 2014 18:22:31 +0200 Subject: [PATCH] mousedown bugfix (for now) --- jQuery_implementation/index.html | 2 +- jQuery_implementation/jqColor.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jQuery_implementation/index.html b/jQuery_implementation/index.html index c0900eb..23c9d86 100644 --- a/jQuery_implementation/index.html +++ b/jQuery_implementation/index.html @@ -2,7 +2,7 @@ - + diff --git a/jQuery_implementation/jqColor.js b/jQuery_implementation/jqColor.js index 1d06bcc..d0c259c 100644 --- a/jQuery_implementation/jqColor.js +++ b/jQuery_implementation/jqColor.js @@ -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