Completed
Last Updated: 10 Nov 2022 06:28 by ADMIN
Release LIB 2022.3.1017 (17 Oct 2022)
Swapnil
Created on: 14 Sep 2022 10:34
Category: RichTextBox
Type: Feature Request
0
RichTextBox: Ignore mouse up during UI selection, and selection is changed programmatically

The scenario:

We have a document with text inside and we are executing the following steps:

  1. Mouse left button down.
  2. Select part of the text.
  3. Replace the selection with new text programmatically (the text should be with a different length).
  4. Release the left button.

Observed: Before releasing the mouse button the cursor position is correct but after releasing it the cursor position is changed to the initial selection end.

0 comments