Intermittent bug in Touchpad One-Finger Scrolling with High-DPI display scaling

This one is quite strange (since it does not happen all the time) but very annoying - on my T420s (with 1600x900 screen) I am using 150% DPI scaling in Windows7 (Pro x64). Ultranav driver is 16.2.5.0.
I am using the preinstalled Chrome browser in a rather default configuration - and by default that program declares itself not High-DPI-aware and gets scaled up by desktop composition - something that can be changed in the properties from the compatibility tab, but which I keep like that since there are sites that look better this way!
Long story short - touchpad scrolling fails to work in more than 50% of the cases in that specific Chrome setup in a way that strongly suggests it is a bug where the touchpad scrolling program fails to account for the fact that Chrome runs "scaled-up" - if Chrome is maximized and the mouse is positioned in the top half AND left-half of the screen scrolling works as expected, HOWEVER when the mouse pointer is positioned (still 100% over the Chrome window) towards the right/bottom extremes scrolling fails and the Ultranav driver seems to send the scrolling messages to some other window than Chrome! (since it seems to fail to take into account the 150% scaling - so it gets wrong values with GetWindowRect and should probably use instead stuff like DwmGetWindowAttribute(hWnd, DWMWA_EXTENDED_FRAME_BOUNDS...))!
Steps to repeat the bug:
- Windows 7 machine, large-resolution screen with Custom DPI text size set to 150% and the older XP-style scaling disable (which enables the new DWM scaling)
- Chrome browser in default mode (which will use scaling); to repeat things easily the window should be maximized and the URL should be set to some long page on which scrolling can be performed
- scrolling should be enabled in Touchpad settings (I do not normally use ChiraMotion, but I do not think it makes a difference)
- mouse pointer should be positioned in the right-most 10% of the window and Touchpad One-Finger Scrolling should be attempted;
- in many/most cases the scrolling messages are sent to some other window beneath Chrome (but NOT always, so it seems there might be another factor in play)
- it is interesting that the different TrackPoint scrolling seems to work even in those conditions.

You won't get a response from Adobe in these user-to-user forums but you will be heard if you post your frustration via the official bug report form:
https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
Don't expect a formal personal reply though.

Similar Messages

  • Unable to one finger scroll up/down with safari

    I just downloaded ios7. I used to be able to one finger scroll up and down webpages. Now I need to use two fingers- annoying and uncomfortable! How do I fix this? Thanks.

    19 views in 6 days, and NO ONE has an answer… !!!???

  • HT1338 My new magic mouse will not one finger scroll left and right

    I am up to date with software but after connecting my new magic mouse it will not one finger scroll left and right. It does scroll up and down. Any ideas on what may be wrong??

    I don't have a Magic Mouse, but there is probably a setting that enables and disables horizontal scrolling.  Look on System Preferences Mouse pane.

  • One finger scrolling?

    Hello. How I can configure trackpad scroll like a regular trackpad- with right placed One finger scrolling area?
    Thanks in advance.

    Yes I know, but every pc laptop for example use trackpad with right scroll area, and I need to find any solution and for macbook- I just no want to use two fingers scroll- I find few programs for magic mouse tune options but nothing for trackpad customization. I need anything like this
    http://www.ragingmenace.com/software/sidetrack/
    and special this option
    http://www.ragingmenace.com/software/sidetrack/SideTrackScrolling.jpg

  • One finger scrolling option for mouse is GONE from preferences?

    The one finger scrolling option for mouse is apparently GONE from the mouse system preferences? Why do they move/hide this stuff every other system update? Grrrrr!
    I turned off the one finger scrolling option in mouse preferences a while back before my last system update to OSX 10.8.5 because it screwed me up in Photoshop/Illustrator. Recently using Chrome I found I couldn't scroll down windows now on some web pages because the scroll bar at the right doesn't show up very well. I usually use Safari and it works there so it's a Chrome problem. However, I want to turn the one-finger scrolling back on for some things from time to time. When I tried to check the box in mouse preferences, to my horror, that option appears to be gone. What?!? Help!
    *totally waiting for a simple answer that I overlooked. I hope.

    Did you look in the Zoom menu (press F10 to make the menu bar appear)?

  • Two-finger scrolling with xorg hotplugging?

    How can I activate two-finger scrolling with the latest xorg version?

    Mine's on by default i.e. I have no setting for it in the .fdi file, but it's working anyway. Try setting it explicitly with the VertTwoFingerScroll/HorizTwoFingerScroll parameters.

  • Userform controls disappearing in Word 2013/Windows 8.1 with High-Res display - DLL error?

    I have a .dotm file with a large number of modules and userforms. Creating new documents from the template works fine on almost every computer I've tested it on (hundreds), but I've run into a setup that fails consistently.
    Two different Samsung ATIV 9's with a high res display and Windows 8 (64bit)/Office 2013 show the same problem:
    When opening a new document based on the template for the first time, it works fine. If I open the VB editor, everything looks normal, userforms are intact.
    On the second and all consecutive attempts, it throws a "Type Mismatch" error. Opening the VB Editor, I get a compile error on lines of code referencing components of the first userform (alphabetically). Opening that userform, it shows only a blank
    multi-page control, and all the other controls are missing - hence the new compile errors on controls that used to exist. If I remove that userform and save the file, the project compiles, but opening a new document from the template will result in "Word
    has stopped working..."
    I can actually reproduce this behavior starting from scratch - new blank document, save as a .dotm. Create a new userform and add a multipage control. Clicking any control in the toolbox to add it to the form will result in a "Type Mismatch" error,
    even though there's no VBA code. I can then successfully add the control to the form. But, once I save and reopen the template, the multi-page control is blank, and the other controls I put on it disappear.
    I at one point got an error from the VB Editor that it "could not open macro storage" and the included help suggested that might be due to an incorrect version of vbe7.dll.
    The only copy of vbe7.dll I could find was at:
    c:\Program Files\Microsoft Office 15\root\vfs\ProgramFilesCommonX86\Microsoft Shared\VBA\VBA7.1
    The dll version was 7.1.10.44
    I tried replacing that file with a vbe7.dll file from a working computer (version 7.0.15.89 from c:\Program Files (x86)\Common Files\microsoft shared\VBA\VBA7), but that just resulted in the VB editor not loading at all.
    I have tried both a 32bit Click-to-run version of Office 2013, and installing off a CD with 64bit Office 2013, both had exactly the same error.
    The reason I'm wondering if it's a high-DPI display related error is that googling about vbe7.dll errors, I came across this hotfix:
    http://support.microsoft.com/kb/2880496/en-us
    which claims it "Fixes various Visual Basic for Applications (VBA) issues with displays on high-DPI devices."
    Neither the 32bit or 64bit installer for that hotfix would run, they said there was no affected programs installed.
    My reasoning for suspecting a hardware/DLL incompatibility is this:
    1) It's not the template or the VBA code, since those work elsewhere and the same behavior happens with any file with a userform
    2) It's not the Office version, since both 32/64 bit, MSI and Click-to-run didn't work
    3) It's not Windows 8.1, since this same template works fine on other machines
    4) The first time I open the template on the affected machines, it works fine - but the template is shipped compacted and decompiled. After I open it once and then close, Word has compiled the code and corrupted it somehow, because whatever the first userform
    was in the list shows up as blank.
    5) It feels hardware-specific, since out of hundreds of machines, I've only seen this behavior on two of the same laptop model - seems like too much of a coincidence.
    Is there any chance the VBE in Office 2013 is somehow incompatible with this hardware? If that might be the case, does anyone have any idea how I'd go about testing and/or fixing it?
    Any thoughts are much appreciated.

    Hi Chris,
    Try the following.
    Download the IDT Audio installer on the link below and save it to your Downloads folder.
    http://ftp.hp.com/pub/softpaq/sp59501-60000/sp59861.exe
    When done, open windows Control Panel, open Device Manager and open up Sound, Video and Game Controllers.  If you see an entry for IDT HD Audio ( or very similar IDT entry ), right click the device and select Uninstall - you should also get a prompt to remove the current driver, tick the box to allow this and then proceed with the uninstall.  If there was no IDT entry, just proceed below.
    When complete, shut down the notebook, unplug the AC Adapter and then remove the battery.  Hold down the Power button for 30 seconds.  Re-insert the battery and plug in the AC Adapter.
    Tap away at the esc key as you start the notebook to launch the Start-up Menu and then select f10 to enter the bios menu.  Press f5 to load the defaults ( this is sometimes f9, but the menu at the bottom will show the correct key ), use the arrow keys to select 'Yes' and hit enter.  Press f10 to save the setting and again use the arrow keys to select 'Yes' and hit enter.
    Let Windows fully load - it will automatically load an audio driver, but just let this complete.  Then open your Downloads folder, right click on the IDT installer and select 'Run as Administrator' to start the installation.  When this has completed, right click the speaker icon in the Taskbar and select Playback Devices.  Left click 'Speakers and Headphones' once to highlight it and then click the Set Default button - check if you now have audio.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • My touchpad will not scroll with the current version of foxfire.

    The screen in foxfire will not scroll with the sliding of my finger on right side of the touchpad on my lenovo thinkpad or the navigation button. It does work with all other programs including windows explorer and google chrome.

    OK, this is the original poster again. The trackpad scrolling problem has been sporadic. Now I have realized that I have this problem (in Firefox 7.0 and 7.01) WHEN THERE IS A PDF DOCUMENT OPEN IN ONE OF THE TABS. When there is a .pdf open, trackpad scrolling works fine in *that* tab but not in any of the other Firefox tabs that are open. When I close or move away from the .pdf file, then the scrolling function returns in the other tabs. Is there something about the Acrobat plug-in (ver. 9.4.5) that isn't working correctly in Firefox 7.x?

  • How can I enable one finger scrolling in Lion ?

    I have looked everywhere to try and find a way to set up "scroll zones." Where you touch with one finger on the vertical or horizontal edges of the trackpad to scroll. All my serches result in "scrolling reversed in OSX Lion" and I have found it impossible to wade through them, I have this amazingley huge trackpad and I can't use it like I'm used to. Please help.

    Thanks for the quick reply. I do enjoy the two finger scrolling. However using it exclusively cramps my fingers and I would image it cramps other peoples fingures as well, I'm not looking to replace the two fingure scrolling. I am looking to suppliment it with scrolling zones though, I have this enourmous trackpad (the best in the mobile computing world) that would be absoutely ideal for use with scrolling zones. I have been researching quite a bit and can't find a solution. Hoping I can find a solution here. I would love to be able to slide one finger sideways along the top and bottom to scroll to the side, and slide one finger up and down along the left and right edges to scroll up and down. I really hope I can find a solution. Please somebody....let me know if theres a program/plugin that can do this????

  • Windows 10 Driver for Touchpad - two finger scrolling!

    Hi,  I just upgraded my HP Spectre x360 to Windows 10.  All went smoothly except that it appears to have killed two finger scrolling on my touchpad and says that the driver is invalid when I try to look into the synaptic settings.  I don't want to uninstall because there isn't a replacement driver that I can see. Is there going to be a Windows 10 upgraded driver please? Or is there a workaround? Thanks for any help. Will

    I've upgraded mine, and I'm using the windows 8.1 synaptics clickpad drivers, 2 finger scrolling works, everything works like in windows 8.1. Maybe you can uninstall that driver and reinstall using the windows 8.1 you can download from the support site. Hope I helped. =)) By the way the only thing I'm bummed about the touchpad is that the 3 finger gesture for invoking task view or the desktop view does not work. Lets hope for a driver update on that one.

  • G500 (20236) TouchPad One Finger Tap

    Hi,
    I have a G500.  The computer is ok except for one thing!  The touchpad is not so good!  I have the general sensitivity dialed in to where it's acceptable, but one finger tapping is erratic.  It just doesn't respond normally.  Normal tapping works at times, but every once in a while I need to practically jump up and down on the touchpad!  I've updated to the newest Elan 11.4.25.1 driver...no real help.  Any ideas?  Is there another beta driver that is being tested to alleviate this issue.  I'm willing to try any workaround!
    Thanks,
    Jim

    Hi Jim,
    As the issue is same before and after upgrading to windows 8.1, it seems to be hardware related. I would Strongly Suggest Calling Technical Support for Assistance to get the information of the nearest Authorized Service Center to get the issue analyzed.
    Click here to open a link where you can select the country and get the exact contact support number. I’m sure they will be a great help.
    Do post us back for further queries.
    Best Regards
    Shiva Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Firefox will not go back and forth one page / one site using Mac Lion one finger scroll back and forth - how do I do it? Thank you.

    ... just upgraded to Lion from Snow Leopard. Swiping a (one) finger (left) back and (right) forth should move the pages / sites back and forward.
    It does not on Firefox but does on Safari.
    Please tell me how to make Firefox work.
    Thank you -
    Wm. Pordy

    You can get the drop down list by either right-clicking on the back/forward buttons, or holding down the left button until the list appears.
    If you want the drop-down arrow you can add it with the Back/forward dropmarker add-on - https://addons.mozilla.org/firefox/addon/backforward-dropmarker

  • Swap magic mouse one finger swipe with two fingers swipe

    Hello, I am wondering if it is possible to do next thing with magic mouse:
    I want use two finger swipe gesture for back and forward while browsing.
    And I want to disable one finger swipe (because I am activating it too often occasionally).
    Is it possible to customize gestures setup this way?
    Thanks

    UPDATE: Apple Care suggested a *power reset*. Turn system off, disconnect all cables, wait 30 seconds - 45 seconds, reconnect and power up. Before powering down I went to System Preferences, Internet & Wireless, Bluetooth, highlighted the Apple Wireless Mouse, clicked "-" below the chart, and clicked "YES" to the disconnect question. Then I moved the 2) PLIST files again mentioned in the earlier email to Trash. (User name - Library - Preferences - com.apple.driver.AppleBluetoothMultitouch.mouse.plist & com.apple.driver.AppleHIDMouse.plist). At that time, I did the Power Reset mentioned above.
    Connected the MM to Mac Book Air as a test to determine whether it is a mouse or driver problem. The mouse worked perfectly on the MBA. I then unpaired it.
    Reconnected and powered up the Mac Pro, and +the 2 finger swipe works again!+

  • Qosmio F60 - Cannot use touchpad Two-Finger scroll function

    Hey there,
    i recently got a harddrive replacment for my Qosmio f60 laptop and windows had to be reloaded.
    When my laptop was previously working i could two-finger scroll on pages and such,
    Now i cant, and i cannot find a setting for it anywhere.
    ive downloaded a driver called 'scrybe' which allows me to do this,
    but i would much prefer not running an extra processor and just using the laptops default function.
    Can anyone explain why my laptop previously let me do this and now cant? and how i could fix it?
    thanks heaps!
    -Brenton

    > can anyone explain why my laptop previously let me do this and now cant?
    Maybe the Synaptics touchpad driver is not installed?
    The Synaptics driver provides additional touchpad features.
    Therefore I recommend installing this driver.
    The settings can be found in control panel -> mouse -> Advanced tab -> advanced settings

  • Lost two finger scrolling with Win 10 install

    After installing Windows 10, two finger scrolling on the touch pad no longer works. Has anyone found a fix for this yet?

    larz8482 wrote:
    After installing Windows 10, two finger scrolling on the touch pad no longer works. Has anyone found a fix for this yet?Maybe contact MS support asking for support for a O/S that HP doesn't support will not fix the problem. You need to go to the hardware manufacture support site and look for fixes and updates there.

Maybe you are looking for

  • How to make this exit

    Can guide me on how to make exit or continue if user key in 'y' to continue and loop back to the 'Enter temperature'? and 'n' to exit the programe.? Please help import javax.swing.*; public class Temperature      public static void main(String[] args

  • Java.lang.AbstractMethodError: javax.servlet.jsp.JspFactory.getJspApplicati

    Hi, I have an application which is executing properly in jboss 3.2.5 but as we are trying to upgrade the jboss version i am getting above mentioned error. The application is deployed in jboss as an ear file and the ear contains one jar file that has

  • New OBI/BI Apps installation for PS 9.1 Financials. 7.9.6.3 or 7.9.6.4?

    Hi Folks, We're starting a green field implementation of OBIEE 11g with BI Apps. We want to integrate with PeopleSoft 9.1 Financials. I see 7.9.6.4 was release recently, and now we're undecided on whether to go with 7.9.6.3 or 7.9.6.4. The one piece

  • Slow down while using aperture

    While using aperture the system become very slow.it takes much time to zoom in & out..to open the adjustment menus is there any way out??

  • Why is CS Review gone?

    Why in the world would Adobe take CS review out of premiere? it was an amazing way to comment and do collaborative editing. It made a lot of sense and I can't seem to find any other tools like it! are they replacing it with something else? or is ther