這是 firefox 3.6 更新了某些程式碼的關係。
簡單說,先更新你的 trackpoint driver,重新開機,再開 firefox,如果沒有改善,就到網址列打 about:config
篩選條件輸入 ui.trackpoint_hack.enabled,滑鼠移到篩選出來的結果上、點兩下滑鼠左鍵 (或者點一下,再按 Enter 也可),將值改成 1
如果沒有這個項目,在任一項目或空白處按右鍵,新增→整數值,偏好設定名稱填 ui.trackpoint_hack.enabled,值輸入 1。
官方說法引言回覆:
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.
See
bug 507222 for more details.