Closed
Bug 273908
Opened 20 years ago
Closed 19 years ago
mousewheel.withnokey.numlines ignored under os/2
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
EXPIRED
People
(Reporter: pfitzsimmons, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.5a) Gecko/20030730 Mozilla Firebird/0.6.1 Build Identifier: http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0/contrib/ This works under older versions (Firebird 0.6.1 for example), but not Firefox 1.0: // Allows for faster mouse scrolling user_pref("mousewheel.withnokey.numlines", 6); // Adjust this accordingly - Default = 1 user_pref("mousewheel.withnokey.sysnumlines", false); // This must be set to false in order to read previous line I'm not sure when it stopped working, since I jumped from 0.6.1 to 1.0. Interestingly, I can configure (about:config) the "withaltkey" stuff and it works great: but I don't want to hold down the alt key all day. Reproducible: Always Steps to Reproduce: 1.os/2 mouse properties---> scroll speed ---> normal/use simulated keys 2. page up/ctrl options NOT SELECTED. 3. Using warp 4.51 (wseb), tried serveral mice. Works fine with older versions of moz/firebird. Actual Results: Scrolls one line at a time no matter what about:config is set to. Expected Results: Should scroll the number of lines specified by mousewheel.withnokey.numlines when mousewheel.withnokey.sysnumlines is false.
Comment 1•20 years ago
|
||
It would appear that all of the mousewheel.withnokey prefs got dropped from Firefox?
OS: OS/2 → All
Hardware: PC → All
| Reporter | ||
Comment 2•20 years ago
|
||
(In reply to comment #1) > It would appear that all of the mousewheel.withnokey prefs got dropped from Firefox? I just tried it under Windows xp (firefox 1.0) and these settings (via about:config) were not ignored, so it appears to be an os/2 (maybe other platfroms too, but not windows) problem. [later: works fine under linux too]
Comment 3•20 years ago
|
||
Hmm. I can't see how this could be: http://lxr.mozilla.org/aviarybranch/search?string=mousewheel.withnokey Shows them referenced in two places - defaults being set, and modification in preferences (not ffox preferences) - must be something strange going on here...
| Reporter | ||
Comment 4•20 years ago
|
||
I just installed the latest Mozilla (full: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.8a5) Gecko/20041124) and the problem is there too. Again, "withnokeys" are not working, "withaltkey" scrolls the way I want (3 lines at a time) - except I don't want to hold down the ALT key all day. So this is more than a Firefox bug. tia, pete.
Comment 5•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
Comment 6•19 years ago
|
||
This bug has been automatically resolved after a period of inactivity (see above comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•