https://issues.apache.org/ooo/show_bug.cgi?id=124951
--- Comment #3 from Armin Le Grand <Armin.Le.Grand@me.com> ---
Found a significannt difference; while on win the insertion happens using
View::ExecuteDrop on the mac the View::DropInsertFileHdl is used which indeed
gets an nAction==5 which means ACTION_COPY|ACTION_LINK. This is triggered using
DropInsertFileHdl using the timer maDropInsertFileTimer, thus triggered from
sd::View::InsertData.
Both OSes execute using sd::View::InsertData, the diff is that for mac the
given rDnDAction==5 and for Win it's 1. Patching the mac version to 1 executes
the same as the in version. Thus the question is where the '5' comes from...
--
You are receiving this mail because:
You are watching all issue changes.
|