Changes

Jump to: navigation, search

Gecko:Mouse Wheel Scrolling

1,106 bytes added, 21:25, 26 January 2010
no edit summary
See also [https://bugzilla.mozilla.org/show_bug.cgi?id=513817 bug 513817].
= Hack for Thinkpad Trackpoint scrolling (Windows)= The Thinkpad Trackpoint scrolling drivers make certain assumptions about Gecko's internal window structures that are no longer valid as of Gecko 1.9.2. For backwards compatibility a hack has been inserted that creates fake invisible scrollbars so that the Trackpoint drivers will continue to work. Because this hack can itself break other drivers that make other assumptions about Gecko's window structures, Gecko uses the hack only when a Trackpoint driver is detected. Gecko looks for the Trackpoint driver by checking for the existence of several registry keys that various versions of the Trackpoint driver use. The preference '''ui.trackpoint_hack.enabled''' controls whether or not Gecko will activate the Trackpoint hack. The default value of -1 tells Gecko to try to detect the Trackpoint driver and to use the hack if one is found. A value of 0 tells Gecko to never use the hack, and a value of 1 tells Gecko to always use the hack. It is our hope that after this issue is resolved by the driver manufacturer that this hack can be removed in future versions of Gecko.
= Issues =
Confirm
201
edits

Navigation menu