GithubHelp home page GithubHelp logo

Comments (6)

jessedmatlock avatar jessedmatlock commented on June 27, 2024

You can also see this same issue in your demo (https://rawgit.com/longbill/jquery-date-range-picker/master/index.html) on IE11 on Win7

from jquery-date-range-picker.

jessedmatlock avatar jessedmatlock commented on June 27, 2024

Any visibility on this issue? Any solution being assessed ?

from jquery-date-range-picker.

longbill avatar longbill commented on June 27, 2024

Hi, time support is still a testing feature. Please do not use this in production.

from jquery-date-range-picker.

jessedmatlock avatar jessedmatlock commented on June 27, 2024

You might consider putting that in the Documentation because the current docs show it as a feature, just like the rest. If we'd had known it was a 'beta', or 'testing' feature as you called it, we would have used another resource from the start (as that's a requirement for this project) - appreciate all your work on the plugin, just be nice to have any 'testing' features outline in the docs so users can be weary.
Thanks for the reply..

from jquery-date-range-picker.

jessedmatlock avatar jessedmatlock commented on June 27, 2024

UPDATE for anyone else using this plugin, running into issues with the Range inputs in IE.

Change:

.time input[type=range] {
  vertical-align: middle;
}

TO

.time input[type=range] {
  vertical-align: middle;
  max-width: 100%;
}

And it should work.. the inputs seem to be overflowing their parent container.

from jquery-date-range-picker.

holtkamp avatar holtkamp commented on June 27, 2024

Can a new version 0.0.8 be tagged so we can use the suggested fix?

Feedback on current approach: 409f461

.time input[type=range] {
  vertical-align: middle;
  max-width: 80%;
}

Seems more appropriate than:

.time input[type=range] {
  vertical-align: middle;
  width: 129px;
}

from jquery-date-range-picker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.