Completed
Last Updated: 16 Dec 2021 15:47 by ADMIN
Release LIB 2021.3.1220 (20 Dec 2021)
Matthias
Created on: 09 Dec 2021 06:15
Category: RichTextBox
Type: Bug Report
0
RichTextBox: RichTextBox may stop processing mouse input after a table is added through the UI

The issue is observed when the added table is preceded by a paragraph with a font size different from the default one. As the issue is caused by a broken mouse capture, the following workaround can be employed:

someRandomFrameworkElement.CaptureMouse();

someRandomFrameworkElement.ReleaseMouseCapture();

0 comments