SmartClient Version: v8.3p_2013-01-22/LGPL Development Only (built 2013-01-22)
FF 17.0.2 ESR
GWT 2.4
Windows 7
Executed test in FF 17.0.2 ESR browser itself
---
I discovered this morning that the RelativeDateItem does not fire the onChanged event if the user changes the text in the TextItem by using the keyboard. To reproduce, select a date with the date picker. It will fire the event. Now, begin changing the date by using the keyboard. The onChanged event does not fire.
On the other hand, it appears that DateRangeItem does fire the onChanged event when you type in 3.0p. So it seems there is some inconsistency.
FF 17.0.2 ESR
GWT 2.4
Windows 7
Executed test in FF 17.0.2 ESR browser itself
---
I discovered this morning that the RelativeDateItem does not fire the onChanged event if the user changes the text in the TextItem by using the keyboard. To reproduce, select a date with the date picker. It will fire the event. Now, begin changing the date by using the keyboard. The onChanged event does not fire.
On the other hand, it appears that DateRangeItem does fire the onChanged event when you type in 3.0p. So it seems there is some inconsistency.
Comment