WPRichText cursor positioning on click

  • Sorry, another WPT5 vs WPT8 difference I don't know how to fix.

    Say I have a WPRichText with 3 lines of text with the cursor at the home position (or anywhere other than the end position). LayoutMode is wplayNormal.

    With WPT5, if I click anywhere well below those 3 lines, the cursor is placed at the last position of the text, i.e. after last char on third line. Perfect.

    With WPT8, it doesn't do that. I seem to have to click on one of those 3 lines in order to have the cursor move at all. Not my desired behavior.

    I compared all the sets of EditOptions between the two and don't see any differences. Am I missing something or do you have a quick solution.

    Thanks,

    Eric