Issue 290: Scroll wheel is inverted. http://code.google.com/p/chromium/issues/detail?id=290
Comment #12 by [EMAIL PROTECTED]: I've discovered that 999 isn't a valid workaround. It actually scrolls that many lines, rather than max(screen lines, 999). There's also some weirdness that happens somewhere between 80 million and 90 million. At 80000000, it works the same as above (i.e. it scrolls down that many lines). At 90000000, the first two clicks downward do nothing, the third click goes down, then the fourth click goes back up! http://www.microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/34640.ms px?mfr=true Value Meaning 0 The screen does not scroll when the mouse wheel is rotated. 1–4,294,967,295 Specifies the number of lines scrolled each time the mouse wheel is rotated by one notch. If the value of this entry is greater than the number of lines visible in the window, the screen scrolls up or down by one page. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-bugs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-bugs?hl=en -~----------~----~----~----~------~----~------~--~---
