Unplanned
Last Updated: 10 Jan 2024 13:27 by Luke
Dimitar
Created on: 27 Oct 2020 06:26
Category: RichTextBox
Type: Bug Report
1
RichTextBox: The paste options popup stays visible when the window is deactivated

The paste options popup stays visible when the window is deactivated

Workaround: 

private void MainWindow_Deactivated(object sender, EventArgs e)
{
    var popup = radRichTextBox.PasteOptionsPopup as PasteOptionsPopup;
    popup.Close();
}
Attached Files:
1 comment
Luke
Posted on: 10 Jan 2024 13:27
Also hit this issue - it's quite janky the paste options popup.