After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 540484 - Nautilus should only check drag in sidebar when *released*
Nautilus should only check drag in sidebar when *released*
Status: RESOLVED DUPLICATE of bug 536437
Product: nautilus
Classification: Core
Component: [obsolete] Sidebar
2.22.x
Other All
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-27 12:32 UTC by Vadim Peretokin
Modified: 2008-06-27 12:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Vadim Peretokin 2008-06-27 12:32:50 UTC
Right now, when you're dragging a file over the sidebar, nautilus will check / attempt to move the file there as you drag it over the icon. So for example if you manage to drag it over "Network Servers", it'll freeze itself or the whole computer as it's checking for the network servers.

Logically, it should only check when you released the mouse button.

Other information:
Comment 1 Vadim Peretokin 2008-06-27 12:33:22 UTC
http://brainstorm.ubuntu.com/idea/10338/ has more support for this.
Comment 2 A. Walton 2008-06-27 12:43:28 UTC
This is really a dupe of bug 536437; the problem is not that we're checking when you pull an icon over it, it's the way we're checking. We should be using asynchronous I/O there, and not blocking the process.

*** This bug has been marked as a duplicate of 536437 ***