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

Bug when Hiding RangeSlider #1

Closed
SerNeo opened this issue Feb 10, 2012 · 5 comments
Closed

Bug when Hiding RangeSlider #1

SerNeo opened this issue Feb 10, 2012 · 5 comments

Comments

@SerNeo
Copy link

SerNeo commented Feb 10, 2012

Hi,
First of all thanks for a great plugin! its really awesome!

When I tried to add an animation (show/hide) on Div with Slider the both jslider-value are stucked togather and not separate.

To see add this lines to demo:

-------- CSS
.showHide {display:none}
.open {display:block}

------- JS
jQuery(document).ready(function($) {
$("#trigger").click(function(){
if ($(this).next(".showHide").hasClass("open")) {
$(".showHide").slideUp(300);
} else {
$(".showHide").slideDown(300);
}
$(this).next(".showHide").toggleClass("open");
});
});

And wrapped #Slider3 with:

<a href="#" id="trigger">Show/Hide</a>  
<div class="showHide">

<div class="layout-slider">
  <input id="Slider3" type="slider" name="area" value="25;75" />
</div>

</div>

How can I fix it ?

@SerNeo
Copy link
Author

SerNeo commented Feb 15, 2012

Unfortunately it doesn't helps here is screen: http://xmages.net/storage/10/1/0/7/8/upload/ed0c43f5.jpg

@egorkhmelev
Copy link
Owner

Please be more specific about your environment.

@SerNeo
Copy link
Author

SerNeo commented Feb 15, 2012

Check the Screen I gave previous comment.
And note that 1st value (25) is above first pointer and 2nd value (366) IS NOT above second pointer.

@egorkhmelev
Copy link
Owner

I've seen the screen. I mean what is your OS and browser? :)

@SerNeo
Copy link
Author

SerNeo commented Feb 15, 2012

Win7, Tested in: IE9, Chrome, FF, Safari and the result is the same...

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