I'm referring to the moment after a date is chosen and the user clicks on the time picker. I've seen confused looks on the faces of several users when the time defaults to the current time, especially the minutes setting. It really doesn't make any sense that now is used as the default time for future events.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

amanire’s picture

Priority: Normal » Minor
drewish’s picture

yeah, i'd agree. it's kind of wierd to start typing and have the current time pop in.

arlinsandbulte’s picture

Status: Active » Closed (duplicate)
ezheidtmann’s picture

Assigned: Unassigned » ezheidtmann
Issue summary: View changes
Status: Closed (duplicate) » Needs review
FileSize
1.82 KB

As far as I can tell, those linked issues are not duplicates.

This patch fixes the issue by not sending a "startTime" option to the jQuery timepicker if the field doesn't have a default value.

However, I would support removing the startTime under all circumstances; In many circumstances it's confusing to have the list of values starting at the current time.

Status: Needs review » Needs work

The last submitted patch, 4: date-empty-default-value-current-time.patch, failed testing.

ezheidtmann’s picture

Version: 6.x-2.0-rc5 » 7.x-2.x-dev
SocialNicheGuru’s picture

is this patch for 7.x?