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 555619 - Resizing the sidebarsplitter toggles it
Resizing the sidebarsplitter toggles it
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Sidebar
0.x.x [obsolete]
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-08 21:32 UTC by Christoph Reiter (lazka)
Modified: 2008-10-09 10:31 UTC
See Also:
GNOME target: ---
GNOME version: 2.23/2.24


Attachments
use position (1.57 KB, patch)
2008-10-08 21:37 UTC, Christoph Reiter (lazka)
none Details | Review
use position (1.57 KB, patch)
2008-10-08 21:39 UTC, Christoph Reiter (lazka)
none Details | Review

Description Christoph Reiter (lazka) 2008-10-08 21:32:15 UTC
The sidebar simulates a button behavior with a timeout and a range of pixels you can move between press and release.

The current implementation for getting the movement delta returns uncorrect numbers.. so moving it fast for 20 pixels triggers a sidebar toggle.
Comment 1 Christoph Reiter (lazka) 2008-10-08 21:37:05 UTC
Created attachment 120234 [details] [review]
use position

this patch uses the paned position for the delta.
and increases the max delta to 4.. (1 is like nothing)

imho the SPLITTER_CLICK_SLOP isn't needed at all..
..but, maybe it's useful with touchpads ..
Comment 2 Christoph Reiter (lazka) 2008-10-08 21:39:08 UTC
Created attachment 120235 [details] [review]
use position

uhhh..
Comment 3 Alexander Larsson 2008-10-09 10:31:46 UTC
commited to trunk and gnome-2-24