Scrolling upwards with mouse scroll wheel behaves strange

Hi,
I have a pretty plain installation that I have not done anything particular to configure the mouse or anything. It is just a plain Dell two button usb mouse with scroll wheel. That has been plugged in and seems to work ok, except the upward scrolling.
Scrolling down both fast and slow works ok.
When scrolling up it seems to not work completly as expected. The way I would describe it is that it mostly scrolls up, but at random intervals pops downward a bit then if you continue to scroll up it goes up again.
This happens in all programs that you can use the mouse wheel to scroll up and down with, such as Firefox or Eclipse.
Is this a bug, or something that is not configured right?

You'll never know. Life is unexpected
And please mark this as [Solve].
Noone cares to do this these days.
Last edited by lives2evil (2011-03-21 20:36:23)

Similar Messages

  • How do you make a page scroll horizontally with mouse wheel?

    As the title says, how do you make a page scroll horizontally with mouse wheel in edge animate?

    This should get you there
    http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
    1. Load the mousewheel min script via CDN (jquery-mousewheel - cdnjs.com - the missing cdn for javascript and css)  into the Scripts Panel;
    2. Add the provided snippet into your Stage > compositionReady event handler.
    hth
    Darrell

  • How to zoom in even steps (50%, 66,7%, 100% etc) with mouse scroll on a Mac?

    I just switched to a mac from PC and I was used to zoom with my mouse scroll and hold shift to zoom in even increments to keep the image as crisp as possible. Now on a mac I still haven't found a way to do this. When the zoom with mouse scroll is enabled (I use Apple's Magic Mouse), I'm only able to zoom in and out getting uneven values such as 88,7%, 97,6% etc - the same action as in Photoshop WITHOUT shift pressed. But on a mac pressing shift doesn't help. I've also tried plenty of different keys with mouse scroll zoom but none of them seem to help.
    Is there any way to zoom in even steps with Magic Mouse on a mac? This is driving me crazy, as now I have to select the zoom tool and use it to zoom in and out, which significantly slows down my work flow.

    While Magic Mouse is really cool, it is not really the best bet for a Photoshop user. Read here: http://store.apple.com/us/question/answers/product/MB829LL/A?pqid=QXF99PAC4UX2C4PDCFTTP4XP YXH2YTDFC
    Other than that, you can press 'Option' key on your Mac keyboard and use the 2 finger zoom on Magic Mouse to zoom in. But, I doubt if this will give you even step zoom.
    The other keyboard combination you could use (I'm sure you're probably already aware) is Cmd + & Cmd - key combination which will give you equal step zoom.
    You can also take a look at this article: http://creativetechs.com/tipsblog/11-ways-to-zoom-in-photoshop-cs4/
    Even though it is for CS4, it works across all versions of Photoshop (so far).

  • Can i zoom in timeline with mouse scroll up

    can i zoom in timeline with mouse scroll up&down roller?
    i need it so much. but keyboard only edits with keys. not mouse

    No. Use '-' or '=' keys.
    Please don't tell me you did not know: but keyboard only edits with keys. not mouse

  • Cant scroll horizontally with mouse wheel in FF

    I cant scroll horizontally in FF unter XP+SP3 by pressing the mouse wheel sideways. This is the same in FF 3.6 and 4.0 beta, while in IE 6.0 and in other MS programs (Explorer, Word, ...) it works fine. I am having this problem with 2 different mice: Fujitsu 400NB and easytouch ET-9600. I cant find newer drivers for them than what I have installed from the CDs. Here some settings from my FF: mousewheel.horizscroll.withnokey.action;0 mousewheel.horizscroll.withnokey.numlines;1 mousewheel.horizscroll.withnokey.sysnumlines;true. Some time ago I played around with them but that didn't help. What else can I do to get FF scrolling horizontally?

    This should get you there
    http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/
    1. Load the mousewheel min script via CDN (jquery-mousewheel - cdnjs.com - the missing cdn for javascript and css)  into the Scripts Panel;
    2. Add the provided snippet into your Stage > compositionReady event handler.
    hth
    Darrell

  • How to make the scrollbar function with mouse scroll wheel?

    Is there a way how to make my content scroll even with the mouse scroll wheel?... I have to edit the coding??

    Hey!
    You shouldn't have to edit any code.
    There is an active player bug surrounding this issue however, which causes the following:
    1) It should work on windows.
    2) It may not work on Mac.
    We're continuing to pursue this issue, we know it's important to our users.
    Thanks,
    Tara

  • Scrolling Flash Content With Mouse Scroll Bar

    I created a custom scroll bar in AS2.0 and it works great.
    But now I would like the content to scroll with the mouse scroll
    wheel. Any ideas?

    Anyone know how to fix this on Mac Osx, it works in preview
    but not in safari. Any pointers?
    var mouseListener:Object = new Object ();
    mouseListener.onMouseWheel = function (delta)
    //contentMain._y += delta;
    scrollFace._y -= delta;
    if (scrollFace._y >= bottom)
    scrollFace._y = bottom;
    if (scrollFace._y <= top)
    scrollFace._y = top;
    updateContentPos ();
    Mouse.addListener (mouseListener);
    function updateContentPos ()
    var onePercent = (bottom - top) / 100;
    var scrollPerc = Math.floor ((scrollFace._y / onePercent) -
    37);
    var contentNewY = (contentMain._height * scrollPerc) / 100;
    //trace (scrollPerc + " " + contentNewY)
    contentMain._y = -contentNewY;
    }

  • Controlling the timeline with mouse scrolling

    Hello all,
    i need to control the timeline animation with the mouse wheel.
    how is it possible
    i've tried this code but I've could only make it work with mouse move, unfortunatly the scroll does not work -
    composition ready:
    this.onMove=function(posX, posY){
      timelinecontrol = Number(posX)*30;
      console.log(timelinecontrol);
      sym.stop(timelinecontrol);
    mousemove:
    this.onMove(e.pageX, e.pageY);
    I've also tried this one - http://forums.adobe.com/thread/1149792
    but didnt worked either
    many tnx!!!!

    found the answer at this thread -
    http://forums.adobe.com/message/5628190#5628190
    this is the exampel posted by Vinay -----
    Here is an example - http://www.dealsdrizzle.com/research/scroll/scroll2.html
    Source - http://www.dealsdrizzle.com/research/scroll/scroll2.zip

  • Scroll with mouse scroller - possible?

    hello!
    i'm in desperate need!! for this website i'm helping in, the
    client wanted me to scroll this section with words AND images. so ,
    i used the scroll pane component from Flash mx8. it works. but, now
    the client wants it to scroll faster when using their mouse
    scroller.
    currently it does scroll, but very slowly. is there another
    tutorial i could scroll both text and images with the mouse
    scroller? i'm still using action script 2.0

    Its Very simple select your ScrollPane and increase the
    vLineScrollSize / hLineScrollSize property

  • Scroll error with mouse wheel [SOLVED]

    thought this only happened in firefox, but it happens in opera and konqueror
    i did a fresh install of arch and it is updated. installed xorg and kde. i have used the firefox package from arch as well as installing from mozilla.com itself, same issue in firefox, but like i said it happens in other browsers and file managers
    if i scroll down (towards me) its fine, but if i scroll up, i get the right click popup menu. in konq it is a little different as it places whatever i copied into the clipboard into the address bar as a web page
    relevant parts of my xorg.conf
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2" # IntelliMouse PS/2
    Option "Device" "/dev/psaux"
    Option "ZAxisMapping" "4 5"
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    this didn't use to happen, but i cant remember when it started and what was updated when it did. also i do not notice this on other distros. i have also enabled emulate3buttons and added to zaxismapping to 4 5 6 7, no change. any ideas? it is a standard logitech wheel mouse.

    ok so i modified my xorg.conf to include the following
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "ButtonMapping" "1 2 3 4 5"
    Option "ZAxisMapping "4 5"
    i added the buttonmapping line from pclinuxos where my mouse works fine, but it was originally 1 2 3 6 7, i changed it to what is above to see if that worked, it did not. i have also tried explorerps/2, /dev/input/mouse, and 4 5 6 7 for zaxismapping and enabled and disabled emulate3buttons...all with no change
    i have run xev and it seems that when i scroll up i get a buttonpress event on button 3 and button 4 with a release event for button 4
    so from that it appears that when i scroll up it is also executing a right mouse click (button 3)
    any ideas?

  • Bug: scrolling with mouse scroll wheel while dragging tracks no longer works

    After upgrading to Spotify for Mac 1.0.2.6, I can no longer use my mouse's scroll wheel while dragging tracks to a different position in a playlist. This is an important feature when working with long playlists. Steps to reproduce:Create a playlist that extends past the bottom of the windowClick and begin dragging the first song on the playlist downwardUse your mouse's scroll wheel to scroll the playlist down. It will not scroll.

    Hey ,
    Thanks for letting us know.
    We don't have any update on this yet and we'll pass the information on to the right team.
    We'll keep you posted.
    Thanks! 

  • Lightroom Freezes with Mouse Scroll Wheel

    K, bit of an odd one here....
    My lightroom appears to work perfectly except when i use the scroll wheel on my mouse, it seems to lock up.
    I am using Win7 64bit with Lightroom 3.4.1
    When i check my task manager; windows seems to think that lightroom is running perfectly.
    I have tried a fresh install of lightroom and also a different mouse but keep getting the same faliure.
    Help would be appreciated.

    I suggest it is most likely computer/os/driver related and not to do with Lightroom.
    Hopefully a Windows person will pick this up.

  • My laptop touchpad scroll is not working with firefox 4. It is wroking with other programs. When I attach a mouse then scroll works with mouse wheel. It is only not working with touchpad. It is/was working with firefox 3.6.x

    I am using windows xp service pack 3 with Lenovo T60p.

    I too have this problem, I have an Acer Aspire 7551G with an ALPS mutitouch touchpad. It works perfectly fine in every other program, and worked in Firefox 3.6. Scroll also works fine with a USB mouse. I tried downloading the 'latest' driver from the Acer support website, but when I tried to install it, it says that I am trying to install the same driver that I already have, so that fix isn't possible. I've only had the machine for 3 months, so I would imagine the drivers are pretty current.
    I can't believe that this is a driver problem anyway, as I say, it works perfectly well in every other program, so it must be something wrong with Firefox. I was looking forward to using Firefox 4, but this problem is too annoying to put up with. Oh well, back to Chrome... at least until there is a fix found or implemented.

  • Unable to scroll through pages of a PDF with mouse scroll wheel

    I have identical computer setups at home and at my office (27" iMac running Yosemite, a Logitech mouse (M-BJ58), and Acrobat Pro XI). On my office Mac, every increment of the mouse's scroll wheel advances one page, but on my home Mac, I have to scroll the wheel several times before it advances to the next page, and then once it does, no amount of scrolling will make it advance any further in either direction. I've tried everything I can think of, and I can't figure out how to make the scrolling behavior at home match that of the office.
    In Acrobat, Page Layout is set to Single Page and Zoom is set to Fit Page in both places. Any ideas?

    Answer, no, I do not know the cause. Single web site problems are not either Safari or the operating system.
    I seriously doubt if resetting the iPad will fix the problem. If you still have problems, contact Macy's tech support.
    Barry

  • Help with Scrolling Horizonal with Mouse Wheel in a Muse Site

    Hi,
    I was trying to scroll left and right instead of Up and down.
    I have created a site that extends long Horizonal.
    Is there a code or way to do this in Muse so when a visitor comes thier mouse wheel will be horizonal scroll?
    Thanks in Advance

    Hello Abhishek,
    Thank you for answering... I'll do as you suggest.
    In the meantime, though, to whom it may be of interest, I've found a "workaround" through this youtube tutorial. It's certainly limiting but nevertheless a way to make simple horizontal scrolling effects:
    https://www.youtube.com/watch?v=diUtfwFGI1w&index=1&list=PLsJZPA1ZfSeFyVNYp4OdhIMDcZBmVynk U
    Thanks again!

Maybe you are looking for

  • How to remove recovery partition of HP Pavilion X2 10

    HP Pavilion X2 10 comes with a 32GB drive, like many other Windows 8 tables, and only 14GB is available to users. The free space is decreases as I install and save data to the device, and quickly reached 3GB to a level that machine start reising wari

  • Java error when I try to execute runInstaller

    Hi all, Someone can tell me why I get this error when I try to execute the runInstaller script ? echoes:/temp/Disk1$ ./runInstaller Starting Oracle Universal Installer... No pre-requisite checks found in oraparam.ini, no system pre-requisite checks w

  • How to manually update ipod w/ itunes 7.0?

    Hello All, As the subject reads how do you manually update ipod w/ itunes 7.0? Thank You

  • Bdc rec problem

    please help!! suppose the requirement is to create a bdc rec in devlopment server. but after the rec when i try to see the source code by creating a program as the process is.it is asking me for access key. is there any way to get the source code. Mo

  • Report name LOV in Submit request form in Oracle Applications

    One of my client have a requirement to make modification in List of Values of Report Name on Submit Request form in Oracle Applications. Currently or by default it displays the reports order by Applications name, but the requirement is that It should