mg
unread,Dec 24, 2012, 1:31:46 PM12/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spif...@googlegroups.com
Steps to reproduce:
1. Create text box:
import org.spiffyui.client.widgets.DatePickerTextBox;
DatePickerTextBox myDate = new DatePickerTextBox("myDate");
2. Open UI, click text box and choose the date 12/24/2012 in the popup
3. Manually edit date to '12/24/201'
4. Choose the date 12/25/2012 in the popup
5. The observed result in the text box is '12/25/201', expected '12/25/2012'
BTW, popup nicely overrides date or month. The problem only with year truncated at the right.
I'm using the latest jquery-1.8.3 and jquery-ui-1.9.2
How to force the DataPicker popup to override manual text box edit?
Thanks,
mg