Since moving from 5.20.2 to 5.20.5 I've noticed that if I use the handwriting recognition to input text into a WPRichText, the text is not visible until I manually click back into the WPRichText control. In 5.20.2, the text appeared automatically.
I have also noticed that in either version, handwriting recognition input does not trigger the OnChange event, but pen keyboard input does.
Simple to test... create a new form, slap a WPRichText onto it, add a ShowMessage in the OnChange event and then try handwriting recogntion input on a tablet. No text is shown yet the cursor moves the appropriate amount of space, and will display once the mouse is clicked onto the RichText. Also, the OnChange event doesn't trigger.
Rather urgent unfortunately!