When pasting formatted text to RadRichTextBox the Paste Options popup appears, allowing you to choose if you want to keep formatting/style or not.
That part is fine.
However...
When I'm opening the Past Options (clicking on Ctrl dropdown) and after open some other applications over RichTextBox, I see that the Past Options popup remains on top of it.
Is there any property like ShouldCloseFilteringPopupOnKeyboardFocusChanged, which I can use to close Past Options when the focus changed to another window?
---
From the image it's visible that Past Options popup (WPF) is appearing over browser page.