Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7526011
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:42:57+00:00 2026-05-30T03:42:57+00:00

On a Windows 7 computer with IE9 and a multitouch screen, like an HP

  • 0

On a Windows 7 computer with IE9 and a multitouch screen, like an HP TouchSmart, if you touch the screen on a page that is tall enough to have a scrollbar and move your finger up or down the page scrolls. This doesn’t seem to fire any mousemove event. If you touch the screen and initially move left or right instead of up and down it does fire the mousemouse events.

I wan’t to cancel this scrolling and cause the browser to invoke a normal mousemove event. Is this possible?

EDIT: There does not appear to be touch events in IE9 Does IE9 support Touch events on Windows 7?

EDIT 2:
A couple other points of interest about this. First is that browsers often fire a mousewheel event when scrolling is triggered by a gesture, this can often be caught and cancelled. Second is that in this particular case, you can prevent the scrolling on IE9 with this hack $(document).bind('mousedown mouseup click dblclick', function (e) { }); which as hacks sometimes do, does not make any sense to me – it may be possible to use fewer event bindings but I didn’t have good access to a device to easily test.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T03:42:58+00:00Added an answer on May 30, 2026 at 3:42 am

    After spending some time testing the various methods to suppress default event responses, I have no idea how to suppress the scroll event. You should, however, be able to fire the mousemove event from within a scroll event handler.

    window.onscroll = function(e){
        element.onmousemove();
    }
    
    //jquery
    $(window).scroll(function(e){ element.mousemove(); } );
    

    A primitive example.

    Two things I suppose you could try to prevent auto-scroll: setting the overflow (or overflow-y) to hidden on you body element or as part of your onscroll handler, attempting to scroll back to your point of origin. Setting body’s overflow to hidden will prevent scrolling and hide the scrollbar, but I’m not sure it’s what you want.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a mysql database filled up and running on a Windows computer, is
I have a webserver running on my Windows XP computer. I have set the
Have GHC 6.8.3 and wxHaskell-0.10.3 on a Windows XP computer. Installed both as binary
I have Windows File sharing enabled on an OS X 10.4 computer. It's accessible
I have WAMP installed on my Windows Computer. I want to set up a
A fellow coder uses a Windows computer that is putting carriage returns everywhere in
I have two Macs, and a shared folder on a third Windows computer. If
I found the following article : here about installing fonts on a Windows computer
I'm having trouble with making a subdomain to my Windows computer while using AJP
I've been developing my first rails application on my windows computer. But now i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.