View Issue Details

IDProjectCategoryView StatusLast Update
0001737Spring engineGeneralpublic2010-07-14 14:16
Reporterstephenashelton Assigned TojK  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.80.5+git 
Summary0001737: Mouse drag should not be detected solely by time
DescriptionThe middle mouse button click toggles camera mode (where the camera follows mouse movement), but click vs drag is determined solely by time. This patch also checks that the position hasn't substantially changed.
Additional InformationIn my current build, the entire block of code commented out (not a fan of this feature). Perhaps adding this to SpringSettings would be a good call?
TagsNo tags attached.
Attached Files
draw_recognition.patch (Attachment missing)
Checked infolog.txt for Errors

Activities

jK

2010-07-14 14:16

developer   ~0005094

For ppl who dislike MiddleClickScrolling there is `MouseDragScrollThreshold` now,
making MiddleClickScrolling moved pixels dependend is unwanted for me, if it is that important make a patch with a user config to customize the maxMovedPixels.

Issue History

Date Modified Username Field Change
2009-11-22 07:52 stephenashelton New Issue
2009-11-22 07:52 stephenashelton File Added: draw_recognition.patch
2010-07-14 14:16 jK Note Added: 0005094
2010-07-14 14:16 jK Status new => resolved
2010-07-14 14:16 jK Resolution open => fixed
2010-07-14 14:16 jK Assigned To => jK