Comment 106 for bug 39328

Revision history for this message
Jeremy Walker (machineghost) wrote :

Please don't let this ticket die. It amounts to one new setting and one new line (of pseudo-code):

    onScroll() {
      if (someSetting) return; // new line
      doNormalScrollThing();
    }

and would remove some *really* annoying behavior.