pauladaniel / calendardateselect

Automatically exported from code.google.com/p/calendardateselect
Other
0 stars 0 forks source link

before_close update issue #168

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a field for year, month, day, hour, and minute.
2. In the before_close callback, update those fields using the
this.calendar_select_date.date.getFullYear(), getMonth(), etc.
3. Click the calendar button again to reopen the calendar, change the time
or day, the fields do not get updated
4. Take the focus off the Date container element, reopen the calendar,
change the date or time, the fields will now update.

What is the expected output? What do you see instead?
Expected output was for the fields to be updated upon a change. Instead I
saw that the fields would only update if the main container field lost focus.

What version of the product are you using? On what operating system?
v1.15 on Ubuntu 8.04, Firefox 3.0.5

Please provide any additional information below.
I am not using ruby on rails, this was done through javascript.

Original issue reported on code.google.com by jerimiah...@gmail.com on 28 Apr 2009 at 3:37