GNOME Bugzilla – Bug 555619
Resizing the sidebarsplitter toggles it
Last modified: 2008-10-09 10:31:46 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.
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 ..
Created attachment 120235 [details] [review] use position uhhh..
commited to trunk and gnome-2-24