Community
Participate
Working Groups
Build Identifier: RAP 1.4 M4 Using DateTime as in the code below, it is only possible to change the date with the drop down box. You can select the day/month/year but it does not allow you to enter new values via the keyboard. DateTime calendar = new DateTime (shell, SWT.DATE | SWT.DROP_DOWN); I have tested in both IE 8 and Firefox 4 with the same result. Reproducible: Always Steps to Reproduce: 1. Create datetime as in the code above 2. Select day, month or year 3. Use keyboard to try change the value
I found that in DateTimeDate.js#_onKeyUp and DateTimeTime.js#_onKeyUp the evt.getKeyIdentifier() returns "Unidentified" for if you type numbers.
Fixed in CVS HEAD in EventHandlerUtil.js