Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working correctly #14

Open
PB314 opened this issue Oct 5, 2016 · 3 comments
Open

Not working correctly #14

PB314 opened this issue Oct 5, 2016 · 3 comments

Comments

@PB314
Copy link

PB314 commented Oct 5, 2016

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.

@princejwesley
Copy link
Owner

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

@PB314
Copy link
Author

PB314 commented Oct 5, 2016

Environment is Windows 7 SP3. Code is as follows:

picture1

@PB314
Copy link
Author

PB314 commented Oct 6, 2016

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>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants