зеркало из https://github.com/mozilla/pjs.git
347626 Touchpad (two-finger) scrolling too fast in trees, lists, and web apps. Disable pixel-scrolling until we can come up with a better plan. r=roc sr=roc
This commit is contained in:
Родитель
7ec2464619
Коммит
70915a821f
|
@ -616,7 +616,10 @@ nsresult nsMacWindow::StandardCreate(nsIWidget *aParent,
|
|||
mWindowType != eWindowType_java) {
|
||||
const EventTypeSpec kScrollEventList[] = {
|
||||
{ kEventClassMouse, kEventMouseWheelMoved },
|
||||
#if 0
|
||||
// Disabled due to bug 347626
|
||||
{ kEventClassMouse, kEventMouseScroll },
|
||||
#endif
|
||||
};
|
||||
|
||||
static EventHandlerUPP sScrollEventHandlerUPP;
|
||||
|
|
Загрузка…
Ссылка в новой задаче