Community
Participate
Working Groups
Created attachment 181174 [details] Patch for org.eclipse.riena.ui.ridgets.swt fixes DateTextRidget to work with RAP The RAP SWT implementation does not send a proper VerifyEvent in case of text input via keyboard. It does not set the VerifyEvent.character field. This prevents the DateTextRidget and derived classes from working properly. The attached patch is a workaround which should be removed after the RAP bug is fixed. This is related to Bug #327450 (NumericTextRidget). The DateTextRidget has the problem when text is entered or deleted very fast. Look at this comment (https://bugs.eclipse.org/bugs/show_bug.cgi?id=327450#c2) for a detailed explanation.
Patch applied, thanks Jürgen.