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

UI issue in Safari when using class datepicker on input object #36

Closed
tboyko opened this issue Dec 8, 2012 · 1 comment
Closed

UI issue in Safari when using class datepicker on input object #36

tboyko opened this issue Dec 8, 2012 · 1 comment

Comments

@tboyko
Copy link

tboyko commented Dec 8, 2012

If you create an input with class datepicker, the carrot that normally only shows at the top of the date picker shows all the time at top: 0, left: 0. To circumvent this, a class other than datepicker has to be used.

This isn't happening in Chrome, but is happening in Safari.

@Nerian
Copy link
Owner

Nerian commented Dec 23, 2012

Hi,

I can't reproduce it. I did:

<input type="text" class='datepicker' >

<script type="text/javascript">
  $('.datepicker').datepicker()
</script>

And the resulting image looks the same in Chrome and Safari.

chrome safari

Do you still have this issue? If that is the case, could please share a minimal code example that reproduces this error?

Thanks

@Nerian Nerian closed this as completed Dec 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants