Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and Drop in Explorer tree control sticks until mouseExit #522

Open
1 task done
westurner opened this issue Feb 24, 2025 · 4 comments
Open
1 task done

Drag and Drop in Explorer tree control sticks until mouseExit #522

westurner opened this issue Feb 24, 2025 · 4 comments
Labels
bug Unexpected behavior of Vinegar

Comments

@westurner
Copy link

westurner commented Feb 24, 2025

Acknowledgement of preliminary instructions

  • I have read the preliminary instructions, and I am certain that my problem has not already been addressed.

What problem did you encounter?

When I drag and drop an item (under Workspace) in the Explorer tree control, the dragged item sticks to the mouse cursor until the mouse cursor leaves the Explorer tree widget

Workaround:

  • Move the mouse out of the Explorer control after clicking and dragging an item

System information

* Vinegar: v1.8.1 (2af7c7f8e9831556197228e5eb06878135395daa)
* Distro: GNOME 47 (Flatpak runtime)
* Processor: 13th Gen Intel(R) Core(TM) i7
* Kernel: 6.12.15-200.fc41.x86_64
* Wine: wine-9.0
* Installation: flatpak
* Cards:
  * Card 0: nvidia 0000:01:00.0 /sys/class/drm/card0
  * Card 1: i915 0000:00:02.0 /sys/class/drm/card1

# Vinegar config:
dxvk=true
gpu="prime-discrete"
@westurner westurner added the bug Unexpected behavior of Vinegar label Feb 24, 2025
@westurner
Copy link
Author

westurner commented Feb 24, 2025

Is this a WINE / Vinegar or a Roblox Studio bug?

https://www.google.com/search?q=WINE+drag+and+drop+sticks+to+cursor ::

If you're experiencing a "drag and drop" issue in WINE where the object sticks to your cursor, it's likely due to a problem with how Wine handles mouse capture, potentially caused by a bug in the application you're trying to use, or even a configuration issue with your Wine settings; try adjusting the "Grab Mouse" option within Wine configuration, checking for updates to Wine, or trying to run the application in windowed mode instead of fullscreen to potentially resolve the issue.

Key points to consider:

Mouse Capture Issues:
Wine might not properly release the mouse capture when you try to drag and drop, causing the object to remain attached to the cursor.

Application Specific Bugs:
Some applications might have their own coding issues that interfere with the drag and drop functionality within Wine.
Wine Version:
Check if you're using the latest version of Wine, as older versions might have known bugs related to mouse interactions.

Potential solutions:

Adjust Wine settings:

  • Open Wine configuration: Go to your system settings and access the Wine configuration panel.
  • Check "Grab Mouse": Navigate to the "Graphics" tab and check the "Grab Mouse" option.
  • Toggle "Auto Capture Mouse": Depending on the application, you might need to toggle the "Auto Capture Mouse" option as well.

Run in Windowed Mode:

  • Launch in windowed mode: Try launching the application in windowed mode instead of fullscreen to see if the issue persists.

Update Wine:

  • Check for updates: Ensure you are using the latest version of Wine as updates often include bug fixes.

Check Application Compatibility:

  • Consult compatibility lists: Check online databases to see if the application you are trying to use is known to have compatibility issues with Wine.

Complaint about 'Drag and Drop' keep sticking to my mouse ...
Aug 12, 2023 — One of the most common reasons why drag and drop may not work is that the previous drag and drop operation got stuck i...

@apprehensions
Copy link
Member

Try virtual desktop mode.

@westurner
Copy link
Author

westurner commented Mar 2, 2025 via email

@westurner
Copy link
Author

westurner commented Mar 2, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior of Vinegar
Projects
None yet
Development

No branches or pull requests

2 participants