We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the slider element was "display: none;" before the content rendering, the tooltip was misplaced. This scenario may occur in SPA applications.
To reproduce this issue, check the below demo: http://jsfiddle.net/soundar24/LpuLe9tr/1009/
Temporary workaround for this case: http://jsfiddle.net/soundar24/LpuLe9tr/1021/
The text was updated successfully, but these errors were encountered:
Need to consider this plain text case also: http://roundsliderui.com/#comment-3407973823
Demo to reproduce the issue: https://jsfiddle.net/nayangar/amhLk8xu/9/
Sorry, something went wrong.
#31, #71 - Added 'refreshTooltip' method and 'tooltipColor' property
9195eb8
This issue was resolved with roundSlider v1.5.1, where the above mentioned both cases are resolved.
Demo 1 : When slider was created with "display: none;"
Demo 2 : When tooltip with lengthy plain text
soundar24
No branches or pull requests
When the slider element was "display: none;" before the content rendering, the tooltip was misplaced. This scenario may occur in SPA applications.
To reproduce this issue, check the below demo:
http://jsfiddle.net/soundar24/LpuLe9tr/1009/
Temporary workaround for this case:
http://jsfiddle.net/soundar24/LpuLe9tr/1021/
The text was updated successfully, but these errors were encountered: