[RightJS UI Calendar] Assigned datetime text field does not reflect time displayed in calendar.
Reported by Yesudeep Mangalapilly | September 16th, 2009 @ 07:57 AM
Here is some sample code:
var calendarOptions = {
timePeriod: 15,
showTime: true,
format: "%Y-%m-%dT%H:%M:%S",
fxDuration: 1 // Don't really want effects here.
};
new Calendar(calendarOptions).assignTo('new-when-from');
The 'new-when-from' field when focused shows the calendar
widget
with some time say "9:15". However, when I pick a date the time
in the text field remains as "9:08:08" whereas the time in the
calendar widget is still "9:15".
I think there is a problem synchronizing the time with the text
field
when it is not chosen. I have attached a sample screenshot.
Comments and changes to this ticket
-
MadRabbit September 16th, 2009 @ 08:05 PM
Hey, Yesudeep
I'm working on some updates for the calendar widget, and will include a fix for this issue too.
Thanks for the feedback!
-
MadRabbit September 17th, 2009 @ 07:10 PM
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
RightJS Core Tickets