https://bugs.documentfoundation.org/show_bug.cgi?id=124500
Mike Kaganski <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
Hardware|x86-64 (AMD64) |All
Version|6.2.2.2 release |Inherited From OOo
--- Comment #1 from Mike Kaganski <[email protected]> ---
Reproducible with Version: 6.2.3.1 (x64)
Build ID: 9ba025bafb03b962c34687cf87806cc03a3a7436
CPU threads: 12; OS: Windows 10.0; UI render: GL; VCL: win;
Locale: ru-RU (ru_RU); UI-Language: en-US
Calc: CL
The problem is that Windows passes short file name in its IDataObject passed to
drag-and-drop target (like C:\Pictures\2E23~1.PNG). This is extracted in
SwTransferable::PasteGrf, and converted to URI like
file:///C:/Pictures/2E23~1.PNG; given that the autogenerated short name might
differ on the other system where the document and the linked file are copied,
using the short name from original system to load the link could fail.
We need to add a call to GetFullPathNameW somewhere in the call chain to
convert to full filename.
Also reproducible with OpenOffice.org 3.2.0 OOO320m12 (Build:9483).
--
You are receiving this mail because:
You are the assignee for the bug._______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs