Hi,

I have a similar issue to this one : http://drupal.org/node/834288

But it seems it is not the same problem, so i create a new issue.

As i say in the title, the Year and Month select fields dont show up in the popup datepicker.
I did try to update configuration at admin/settings/date-time and admin/settings/date_popup with no results.

I am using :

  • Date 6.x-2.6
  • jQuery Update 6.x-2.0-alpha1 module
  • jQuery UI 6.x-1.3 module with jquer ui 1.7.3
  • (and Webform 6.x-3.2 which uses popup datepicker)

Anyone knows where is the problem?

CommentFileSizeAuthor
#6 date_picker.png20.59 KBjenlampton
#3 date-issue.png10.5 KBmattsmith3

Comments

ludo.r’s picture

Is there a js parameter in the function call to activate those fields?

mattsmith3’s picture

StatusFileSize
new10.5 KB

I am having the same problem on 2 different sites. The date pop-up can be seen in the attachment. Same specs- except I am not using the webform module with a datepicker (yet).

dolu02, is this what your screen looks like?

mattsmith3’s picture

scratch that. I've leaped too soon. Followed instructions as per comment #2 http://drupal.org/node/834288#comment-3387766 and only had to click "Save configuration" on the settings page. All was fixed! Sorry for the confusion.

karens’s picture

Status: Active » Postponed (maintainer needs more info)

It looks like we are back to the original report. What happens if you disable webform? Do things work right then?

jenlampton’s picture

StatusFileSize
new20.59 KB

In my date pop-up calendar I have a drop-down for year, but then nothing for month or day. (see date_picker.png)

I have a right-facing arrow, that when clicked moves forward in time, but no indication that the month-grid of days below has changed (even though it has - this becomes obvious if you move another month forward, where the dates fall on other days of the week). But, now that I've determined that the month is changing, there is no way to go back a month, since there is no left-facing arrow.

I don't remember this being an issue with previous versions of the date picker, but now that it is dependent on the jQuery UI, it seems to be behaving differently. :(

My set up:
Date 6.x-2.6
jQuery UI 6.x-1.4
Drupal 6.19

jenlampton’s picture

Title: Date popup missing Year and Month select fields » Date popup missing Month select field
Category: support » bug
Status: Postponed (maintainer needs more info) » Active

updating title, category, and status.

acb’s picture

Also seeing this issue. / Subscribing

jenlampton’s picture

I found it, the issue is with the latest version of jQuery UI. If you downgarde to 1.2.6 the date pop-up works as intended.

Aurélien’s picture

Subscribe

My set up:
Date 6.x-2.6
jQuery UI 6.x-1.4
Drupal 6.19

jenlampton’s picture

What version of the jQuery Library are you using? you need 1.6 not 1.7.

Anonymous’s picture

It's only a css problem, the year select float over the month select and the prev arrow

drclaw’s picture

Usually just clicking 'Save' on the date-popup configuration page fixes this for me...

dadderley’s picture

Yup worked for me too. Thanks

frishaynes’s picture

Saving worked for me too. Thanks

j_ten_man’s picture

Saving does not do the trick for me. I had to add a little CSS to get mine to work. This isn't perfect and definitely specific for the English version:

.ui-datepicker-header select.ui-datepicker-month {
left: 2em;
}
.ui-datepicker-header select.ui-datepicker-year {
left: 7em;
}

This is just my workaround for the problem. Not sure what the actual solution is to the problem.

stacysimpson’s picture

Saving worked for us. We use JQuery UI 1.7.3.

jiv_e’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

No activity. Probably works as designed, already fixed or not important. I'll close the ticket.