circular-slider icon indicating copy to clipboard operation
circular-slider copied to clipboard

Not working correctly

Open PB314 opened this issue 8 years ago • 3 comments

The script code is very dependent on its location in the html. It renders if the script is placed at the bottom of the html but the red dot is offset from the bottom and is not located on the circle. Also the object is non responsive to and clicking or dragging. In short it does not work in all the environments that I have tried, that is PHP Storm, and Eclipse PHP.

PB314 avatar Oct 05 '16 15:10 PB314

can you share a sample environment to replicate this issue? I'll look into it or assign to folks to fix it.

princejwesley avatar Oct 05 '16 15:10 princejwesley

Environment is Windows 7 SP3. Code is as follows:

picture1

PB314 avatar Oct 05 '16 23:10 PB314

It is fixed. There was a conflict with the jquery-ui.css stylesheet file - moving it after jquery-ui.css appears to fix the problem.

<script src="jquery-3.1.0.js"></script> <script src="jquery-ui.js"></script> <link href="jquery-ui.css" rel="stylesheet" /> <link rel="stylesheet" href="circular-slider.min.css" /> <script src="circular-slider.min.js"></script>

PB314 avatar Oct 06 '16 01:10 PB314