[ nedit-Bugs-1751310 ] Double clicks don't work
SourceForge.net
noreply at sourceforge.net
Sun Jul 15 14:46:04 CEST 2007
Bugs item #1751310, was opened at 2007-07-10 08:53
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1751310&group_id=11005
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Program
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Double clicks don't work
Initial Comment:
I have a Fujitsu Siemens Amilo Pro v2085 laptop with Synaptics touchpad. I use Slackware 12 with XFCE desktop
Below "click" refers to click by tapping a touchpad.
1. If I click a word in a document in nedit then cursor appears in a place I clicked.
If I double click a word then exactly same thing happens.
If I triple click a word then exactly same thing happens as well.
If I "4-click" a word then what happens is the following: trough first 3 clicks cursor appears in a place I clicked and on fourth click word gets highlighted and in the very next moment this highlighting disappears.
2. Similar behaviour is observed in Open File box: If I click/double click/triple click a name of a directory then this name gets highlighted. If I 4-click a name of a directory then this directory gets opened and an item inside this directory beneath the cursor gets highlighted.
Similarly for Save File box.
3. AFAIK nedit is the only application in my sytem with this behaviour: I specifically checked Firefox and xpaint.
4. Clicking using "honest" buttons next to touchpad works normally.
5. My xorg.conf configuration of touchpad:
Section "InputDevice"
Identifier "Mouse1"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1900"
Option "RightEdge" "5100"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "SHMConfig" "on"
# Option "Repeater" "/dev/ps2mouse"
Option "MaxDoubleTapTime" "180"
Option "SingleTapTimeout" "180"
Option "ClickTime" "100"
Option "FastTaps" "1"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "60"
Option "HorizScrollDelta" "200"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
Option "VertTwoFingerScroll" "0"
Option "HorizTwoFingerScroll" "0"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.4"
Option "AccelFactor" "0.01"
Option "EdgeMotionMinZ" "30"
Option "EdgeMotionMaxZ" "160"
Option "EdgeMotionMinSpeed" "1"
Option "EdgeMotionMaxSpeed" "400"
Option "EdgeMotionUseAlways" "0"
Option "UpDownScrolling" "1"
Option "LeftRightScrolling" "1"
Option "UpDownRepeat" "1"
Option "LeftRightRepeat" "1"
Option "ScrollButtonRepeat" "100"
Option "TouchpadOff" "0"
Option "GuestMouseOff" "0"
Option "LockedDrags" "0"
Option "RTCornerButton" "4"
Option "RBCornerButton" "5"
Option "LTCornerButton" "2"
Option "LBCornerButton" "2"
Option "TapButton1" "1"
Option "TapButton2" "3"
Option "TapButton3" "2"
Option "CircularScrolling" "0"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "0"
Option "CircularPad" "0"
Option "PalmDetect" "1"
Option "PalmMinWidth" "10"
Option "PalmMinZ" "200"
Option "CoastingSpeed" "0"
Option "PressureMotionMinZ" "30"
Option "PressureMotionMaxZ" "160"
Option "PressureMotionMinFactor" "1"
Option "PressureMotionMaxFactor" "1"
EndSection
In case other info was needed one can mail me at lgrabowski students mimuw edu pl.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-07-15 05:46
Message:
Logged In: NO
It works. Big thanks.
----------------------------------------------------------------------
Comment By: Joerg Fischer (jf505)
Date: 2007-07-14 15:38
Message:
Logged In: YES
user_id=918104
Originator: NO
Now, I think the problem has something to do with how fast the
touchpad can recognize when you tap on it (vs. dragging the finger).
Please try this: Put the following line in your .Xdefaults (or
.Xresources) file
nedit.multiClickTime: 400
Then xrdb -m .Xdefaults and restart NEdit.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=111005&aid=1751310&group_id=11005
More information about the Develop
mailing list