https://bugs.documentfoundation.org/show_bug.cgi?id=146048
--- Comment #10 from Caolán McNamara <[email protected]> --- if in thunderbird I select the image, including some text before and after and then copy and paste that block, we get text/html and utf-8 encoded text so such a copy and paste works ok (getTransferData in vcl/unx/gtk3/gtkinst.cxx:853 where there is gtk_selection_data_get_data_with_length) but then dragging and dropping the same selection gives this problem, again its claimed to be text/html but its utf-16 encoded (getTransferData in vcl/unx/gtk3/gtkframe.cxx::4627). Afaics there's no information available to distinguish the two cases. I'd sort of expect the dnd case to be the same as the cnp one. It sort of looks like a bug in the provided data to me, certainly unusual. Unless I miss something the only recourse we have is to try and repair/detect its true encoding. -- You are receiving this mail because: You are the assignee for the bug.
