3 Answers, 1 is accepted
Hello, Mihajlo,
RadRichTextEditor uses a ContextMenuContentBuilder for creating the menu that is shown when you right click on the text.
Usually, Cut and Copy options are expected to be disabled if there is no selected text in RadRichTextEditor because you don't have anything for copying.
I have tested in our Demo application and in a brand new sample project as well. However, I was unable to replicate any undesired behavior.
The important part here is which operation is triggered first - the double click or the single right click? The context menu items depend on whether you have any selected text at the moment you request the menu. Hence, if the right-click operation is first and then you double click, even though it may executed very quickly, the Copy and Cut menu items are expected to be disabled if no text is selected.
However, if you are experiencing any further difficulties after the proper order of the operations, it would be greatly appreciated if you specify the exact steps that i need to perform in order to reproduce the problematic behavior. Thank you in advance.
I hope this information helps. If you need any further assistance please don't hesitate to contact me.Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.
Hello, Mihajlo,
To be honest, this undesired behavior is a little bit tricky in reproducing. That is why I would like to explain again why it occurs.
It is important which operation is triggered first - the double click or the single right click. The context menu items depend on whether you have any selected text at the moment you request the menu. Hence, if the right-click operation is first and then you double click, even though it may executed very quickly, the Copy and Cut menu items are expected to be disabled if no text is selected.
I have logged it in our feedback portal by creating a public thread on your behalf in order to investigate the possibility to improve this undesired behavior. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.
I have also updated your Telerik points.
Should you have further questions please let me know.
Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Our thoughts here at Progress are with those affected by the outbreak.