[jhulford] @gwt.newsgroup
My issue would be w/ keying time into the time pickers. It's a little wonky, in that, you can't click into the textfield and just key "17:45". You have to make sure to click the cursor after the hour, then type 17 and the click the mouse again to move it to the end of the minutes and key your minutes. It's a bit cumbersome and somewhat counterintuitive. I'm also not really a fan of input widgets that modify your text as you're typing. Go ahead and change it after the widget looses focus, but modifying as I'm typing has a jaring effect on me.
[jhulford] @gwt.newsgroup My issue would be w/ keying time into the time pickers. It's a little wonky, in that, you can't click into the textfield and just key "17:45". You have to make sure to click the cursor after the hour, then type 17 and the click the mouse again to move it to the end of the minutes and key your minutes. It's a bit cumbersome and somewhat counterintuitive. I'm also not really a fan of input widgets that modify your text as you're typing. Go ahead and change it after the widget looses focus, but modifying as I'm typing has a jaring effect on me.
One suggestion, allow using the mouse wheel to roll the hour / minute values up or down. Along the lines of this: http://css-tricks.com/mousewheel-inputs/