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

jquery-ui 1.12.0 - 1.12.4 problem #82

Open
viktorvi opened this issue Jun 27, 2017 · 1 comment
Open

jquery-ui 1.12.0 - 1.12.4 problem #82

viktorvi opened this issue Jun 27, 2017 · 1 comment

Comments

@viktorvi
Copy link

viktorvi commented Jun 27, 2017

I am using jquery-ui 1.12.0. When I open the calendar, and click to the PREV button, then nothing happen. I have to click three times when it start to work.

untitled

Here you can try it: https://jsfiddle.net/oyttcxLd/

Here is the example code:

`

<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.12.0/jquery-ui.js"></script>  <!--Prev button is not working -->
<!--<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.js"></script>-->  <!--Prev button is working -->
<script src="//cdn.jsdelivr.net/momentjs/2.3.1/moment.min.js"></script>
<link href="//tamble.github.io/jquery-ui-daterangepicker/daterangepicker-master/jquery.comiseo.daterangepicker.css" rel="stylesheet" />
<script src="//tamble.github.io/jquery-ui-daterangepicker/daterangepicker-master/jquery.comiseo.daterangepicker.js"></script>
<script>
    $(document).ready(function () {
        $('#fromInput').daterangepicker();
    });
</script>


<input id="fromInput" type="text"/>

`

There is no problem with jquery-ui 1.11.4, but it is an old version.

@op16
Copy link
Contributor

op16 commented Jun 27, 2017

Indeed, it's a know issue with jquery-ui 1.12.0.

I filed a bug report 5 months ago. Nothing happened.

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