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

Min handle button goes of screen when value is specified #8

Closed
flip111 opened this issue Aug 23, 2013 · 3 comments
Closed

Min handle button goes of screen when value is specified #8

flip111 opened this issue Aug 23, 2013 · 3 comments
Assignees
Labels

Comments

@flip111
Copy link

flip111 commented Aug 23, 2013

Browser: Firefox 23.0.1

Test Case:

<html>
    <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
        <title>Slider example</title>
        <script type="text/javascript" language="javascript" src="js/jquery-2.0.2.min.js"></script>
        <script type="text/javascript" language="javascript" src="slider/ion.rangeSlider.min.js"></script>
        <link href="slider/normalize.min.css" rel="stylesheet" type="text/css" />
        <link href="slider/ion.rangeSlider.css" rel="stylesheet" type="text/css" />
        <link href="slider/ion.rangeSlider.skinSimple.css" rel="stylesheet" type="text/css" />
    </head>
  <body>
    <input type="text" id="test" name="rangeName" value="10:100" />
        <script type="text/javascript" charset="utf-8">
            $('#test').ionRangeSlider({
                min: 0,
                max: 100,
                from: 0,
                to: 100,
                type: 'double',
                step: 1,
                hasGrid: false,
                hideText: false
            });
        </script>
  </body>
</html>

skinSimple was edited to look for the image in the same directory.

This bug does not happen with

value=""

Instead of

value="10;100"
@IonDen
Copy link
Owner

IonDen commented Aug 23, 2013

@flip111
Copy link
Author

flip111 commented Aug 23, 2013

This bug is fixed

@flip111 flip111 closed this as completed Aug 23, 2013
@IonDen
Copy link
Owner

IonDen commented Aug 23, 2013

I will close this by myself in next release. Please don't close.

@IonDen IonDen reopened this Aug 23, 2013
@ghost ghost assigned IonDen Aug 23, 2013
@IonDen IonDen closed this as completed Aug 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants