Bug 463030 - KUrlRequester from KIO cannot accept file drop event to input file URL under Windows.
Summary: KUrlRequester from KIO cannot accept file drop event to input file URL under ...
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.101.0
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-14 06:39 UTC by Gary Wang
Modified: 2022-12-14 06:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Wang 2022-12-14 06:39:04 UTC
SUMMARY

KUrlRequester from KIO cannot accept file drop event to input file URL under Windows.

STEPS TO REPRODUCE
1. Download the most recent release of KDE Connect for Windows
2. Pair a device, from system tray, select "Send file / URL"
3. The input box above the combobox is a KUrlRequester, try to drag and drop any file to the input area
4. See the result

OBSERVED RESULT

User cannot drop the file there to input the URL under Windows, but can do that under Linux.

EXPECTED RESULT

Drag-and-drop to input file URL should work.

SOFTWARE/OS VERSIONS
Windows: Home 11, 22H2
Version of KDE Connect that could reproduce the issue: kdeconnect-kde-21.12.3-903-windows-msvc2019_64-cl.exe downloaded from the official website

ADDITIONAL INFORMATION

KUrlRequester uses a KLineEdit which is a part of KCompletion, since compiling KIO under Windows is a painful job so I'm not sure if it's a KIO issue or a KCompletion issue. Let me know if you need any additional information.