Hi everyone!
I stumbled upon this problem few days ago in one of our applications and I verified the same issue in Telerik demo application too.
In few words, RadRichTextBox can't paste a selection copied from a Google Document bullet list.
To reproduce the issue, simply create a new Google Document and insert a bullet list (single or multi-level, it doesn't matter) then select some bullet elements and copy them in the clipboard.
If you try to paste in a RadRichTextBox control, nothing is gonna be pasted.
As a further indication, I tried some more moves before opening this thread: given that the clipboard has an "HTML Format" data chunk, first I verified that the chunk was visualizable in a browser, and it was.
Then I tried to import it with a HtmlFormatProvider then add the content as a DocumentFragment and the result was that nothing was added.
So I tried to extract the text from the HTML chunk, using a TxtFormatProvider, but the result was an empty string.
I think the two issues are related: nothing is pasted in the editor because the html importer returns an empty content.
I'm looking forward to hear about a possible solution or workaround.
Thanks in advance.
Fabrizio