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

Cannot change month without clicking any button below #27

Open
indrimuska opened this issue Apr 3, 2014 · 5 comments
Open

Cannot change month without clicking any button below #27

indrimuska opened this issue Apr 3, 2014 · 5 comments

Comments

@indrimuska
Copy link
Contributor

Example here: http://jsbin.com/indrimuska/63/edit

@arschmitz
Copy link
Owner

@indrimuska thanks for reporting this it looks like this is a rendering bug in chrome which only effects inputs
an easy fix is to just use a button with type submit instead of an input http://jsbin.com/indrimuska/66/edit this has a variety of benefits most of which is that these are just css no js widget involved also they are much more customizable and easy to work with. Honestly there is no reason to use an input button in general unless something else your using requires it.

@indrimuska
Copy link
Contributor Author

It seems that firefox is affected by the same issue, so there's not just a problem of chrome. I also noticed that if the calendar is on a much higher level the problem doesn't show.

Using button instead of inputs is a perfect workaround when your app could permise it.
Don't you think that setting the z-index of the datepicker on level 2 resolve this issue and also #9 ?

Example here: http://jsbin.com/indrimuska/68/edit

@arschmitz
Copy link
Owner

your jsbin shows the same problem for me it does not fix it

@indrimuska
Copy link
Contributor Author

Oh sorry, it's just an old revision. Take a look at this: http://jsbin.com/indrimuska/71/edit

@jnnwnk
Copy link

jnnwnk commented Jan 21, 2015

It's also the same for IE, Setting z-index helps, so it would be great to include it as a fix!

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

3 participants