Drag and drop with Foxit Reader

Questions about Wine on Linux
Locked
noric
Level 1
Level 1
Posts: 9
Joined: Mon Oct 12, 2015 8:26 am

Drag and drop with Foxit Reader

Post by noric »

Hello,
I just upgraded to Wine 1.7.50 and I noticed that drag and drop in Foxit Reader isn't working anymore.
It was indeed working with Wine 1.6.
Drag and drop still works on other applications, for example notepad, "XMedia Recode".
I tried to revert to Wine 1.6 and that solved the issue with Foxit, so it must be something with Wine 1.7.
I tried to delete "~/.wine/", but that didn't help.
The OS is Linux Mint KDE 17.1.

Please let me know if you need any more information.

Thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Drag and drop with Foxit Reader

Post by dimesio »

The current development release is 1.7.52; test that. If the problem is still present, run a regression test and file a bug. http://wiki.winehq.org/RegressionTesting
noric
Level 1
Level 1
Posts: 9
Joined: Mon Oct 12, 2015 8:26 am

Re: Drag and drop with Foxit Reader

Post by noric »

The latest release in ppa:ubuntu-wine/ppa is 1.7.50.

I've now successfully compiled "1.7.52-222-ge8b9bda" source, following the directions in your link. I didn't run "sudo make install", but instead I input "./wine /path/to/FoxitReader.exe".
However, I still can't drag and drop...

I've now tried to install earlier releases from http://wine.budgetdedicated.com/archive/binary/ but I can't manage to have them working. The installer says there are missing dependencies. I've also tried to use gdebi from terminal.
noric
Level 1
Level 1
Posts: 9
Joined: Mon Oct 12, 2015 8:26 am

Re: Drag and drop with Foxit Reader

Post by noric »

Sorry for double-posting, but I eventually found out that version 1.7.44 DOESN'T have the bug.
I installed it from http://wine.budgetdedicated.com/archive/binary/ using the instructions from http://ubuntuforums.org/showthread.php?t=2246517.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Drag and drop with Foxit Reader

Post by dimesio »

So run the regression test, and set 1.7.44 as "good" and 1.7.50 as "bad."
noric
Level 1
Level 1
Posts: 9
Joined: Mon Oct 12, 2015 8:26 am

Re: Drag and drop with Foxit Reader

Post by noric »

I've run the regression test and here is what I've found out.

wine-1.7.48-162-ge1f3536 is the last working version.

This is the output:

Code: Select all

b78a9f1aa14d2d43ee7e62f617a3c7bdf576dd4b is the first bad commit
commit b78a9f1aa14d2d43ee7e62f617a3c7bdf576dd4b
Author: Damjan Jovanovic <[email protected]>
Date:   Fri Aug 7 04:17:40 2015 +0200

    winex11: Only send WM_DROPFILES if there is no drop target.
    
    Windows doesn't send WM_DROPFILES to a window if a drop target is
    registered on that window. Some apps that support both even duplicate
    dropped files if we send it and a drop target is registered.

:040000 040000 92b7019072cd66a5ae5e6274e5dd5c7a6c473c9c 803570fc9a2e2c010ee8e2539b32c548800b6ef4 M      dlls
Is this a good place to file the bug? https://bugs.winehq.org/buglist.cgi?bug ... oduct=Wine
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Drag and drop with Foxit Reader

Post by dimesio »

Yes, file the bug at https://bugs.winehq.org/ and include the regression test results.
noric
Level 1
Level 1
Posts: 9
Joined: Mon Oct 12, 2015 8:26 am

Re: Drag and drop with Foxit Reader

Post by noric »

noric
Level 1
Level 1
Posts: 9
Joined: Mon Oct 12, 2015 8:26 am

Re: Drag and drop with Foxit Reader

Post by noric »

Bug fixed since version 1.8 RC1. See bug report above.
Locked