jQuery UI Datepicker and Google Chrome not working

。_饼干妹妹 提交于 2019-12-05 17:59:07

actually...heres my solution: theres some issue with the width of the year select element the exact line in the css is the next: .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 49%;}

if you change it to some non percentage value it fixes it... something like this: .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 75px;}

hope it helps, marcelo

FIXED!

i had the same problem.. i actually found it to be a problem with the CSS files I was using.. namely:

jquery.ui.core.css
jquery.ui.theme.css
jquery.ui.datepicker.css

i have no idea why this is.. debugging in chrome isn't as pleasant as firefox.. but my simple fix was to redownload the theme i wanted and that fixed the problem.

hope that helps

j


i'm having the same problem.. anyone have a fix yet? someone posted a potential work around here: http://groups.google.com/group/jquery-ui/browse_thread/thread/1ea5315618087a9d?pli=1

(by wrapping a setTimeout around what the user identified as the problem, but this didn't work for me either.)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!