Summary: | Two-finger scrolling scrolls horizontally and vertically simultaneously | ||
---|---|---|---|
Product: | xorg | Reporter: | Ahmed Shams <AhmedKhattabShams> |
Component: | Input/synaptics | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | RESOLVED WONTFIX | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | AhmedKhattabShams, peter.hutterer |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
URL: | https://bugs.launchpad.net/bugs/876447 | ||
See Also: | https://launchpad.net/bugs/876447 | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Ahmed Shams
2011-11-30 09:53:43 UTC
evdev actually has that feature, could probably port it over or at least take guidance from there. This feature is up for grabs for anyone with enough time. Feature requirements: - disable horizontal scrolling while vertical two-finger scrolling is active. - switch scrolling between vertical and horizontal once the current scrolling speed is minimal - vertical scrolling should be given preference, in case of ambiguity - tricky bit: finding out what speed/distance is required to lock in scrolling either way. ideally we do _not_ need extra properties for this - must not change current behaviour if horizontal scrolling is disabled - must not change edge scrolling behaviour This might not look important if you are working with numbers only, but because the view is always snapped to the next column, if your spreadsheet has a half-window wide column, scrolling vertically would make the whole view to JUMP half screen left or right if your two-finger scrolling goes 1px left or right. Your eyes completely lose track the scrolled content when the jump is so large. If the "other" scrolled axis can't be prevented (or is a bad idea because you might WANT to scroll diagonally in the table) at least the view shouldn't be strictly snapped to a column, but freely scrolled, allowing partially-shown columns. This and the snapped-to-page zoom feature are the two biggest turn offs that prevents me to enjoy OpenOffice because it makes it uncontrollable. No-one has taken this up in over 4 years and synaptics is in maintenance mode. Closing as WONTFIX, sorry |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.