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:
mark%moxienet.com 2006-08-28 15:31:07 +00:00
parent d47f09f9df
commit edbdeffd4b

View File

@ -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;