mherrmann / mherrmann/fman

Drag and Drop from 7-Zip on Windows broken

Open
#830 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
275
Forks
16
PR merge metrics
No merged PRs in 30d

Description

Reproduce steps
  1. Open archive in 7-Zip
  2. Drag any file to fman
Expected behavior

File moved/copied.

Actual behavior

image

Reason

7-Zip extract dropped file to temporary directory and remove it after drag-and-drop.
Fman release drop event before actual file processing.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the Windows drag-and-drop flow from 7-Zip and tracing fman's drop-event handling. The issue identifies premature release of the drop event as the cause; done means files dragged from 7-Zip are processed before their temporary extraction is removed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
desktop, operating-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.