Search and Top Navigation
#5667 closed bug (worksforme)
Opened May 28, 2010 12:13PM UTC
Closed May 28, 2010 06:39PM UTC
Last modified October 11, 2012 09:15PM UTC
Datepicker bug in graphics?
Reported by: | NiQ | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ui.datepicker | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
[[Image(http://stuff.nyqa.se/datepicker.jpg)]]
This is what my datepicker looks like when I put it on my website.
I use this code:
<head> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script> $(document).ready(function () { $("#datepicker").datepicker(); }); </head> <body> <div type="text" id="datepicker"></div> </body>
Is this a bug or what?
Attachments (0)
Change History (4)
Changed May 28, 2010 12:46PM UTC by comment:1
component: | CSS Framework → ui.datepicker |
---|---|
resolution: | → worksforme |
status: | new → closed |
Changed May 28, 2010 06:26PM UTC by comment:2
resolution: | worksforme |
---|---|
status: | closed → reopened |
Why close the thread when it doesnt work for me?
Anyway, I just fond out that if I put it on a new webform it works but when I insert it into my existing website it shows as the image ive posted here.
There is some other div on the same page that changes the apperens of the datepicker so this is clearly a bug. I mean, shouldnt the Datepicker be able to be inserted on a existing webform without causing problems?
Changed May 28, 2010 06:39PM UTC by comment:3
resolution: | → worksforme |
---|---|
status: | reopened → closed |
It's not clear what problem you're having and we cannot determine the problem based on the information you've provided. The problem could be in code you've written for that specific page or it could be in the datepicker plugin, but it's not clear based on the information provided. If you cannot reproduce it, then we are unlikely to be able to reproduce it, and therefore cannot verify that it's a bug in the plugin. Please use the forums for help tracking down the actual problem. If it is determined to actually be a problem with the plugin, then please reopen this ticket with enough information for us to reproduce the problem.
Changed October 11, 2012 09:15PM UTC by comment:4
milestone: | TBD |
---|
Milestone TBD deleted
Until something is confirmed a bug it should be discussed on the Using jQuery UI Forum:
http://forum.jquery.com/using-jquery-ui
When you post there, be sure to include a link to a live sample page showing the problem or produce a minimal test page on http://jsbin.com/
Meanwhile I was not able to reproduce this: