My understanding is that something along these lines was likely to be the default behavior if confluence is disabled or maybe a per user get off my lawn button. Anyway:
- got to http://phabricator.corp.local or http://phabricator.corp.local/T123
- Press down arrow or page down, nothing happens
- Click somewhere on the page, pressing down arrow or page down scrolls down.
On debian with the Firefox (well ice-whatever) ESR release.
<epriestley> https://secure.phabricator.com/diffusion/P/browse/master/webroot/rsrc/externals/javelin/lib/Scrollbar.js;7acaf25bcc14d9cb74ab33f10c2e38868db80ddb$29 <epriestley> Patch is to add this on that line: <epriestley> return;
diff --git a/webroot/rsrc/externals/javelin/lib/Scrollbar.js b/webroot/rsrc/externals/javelin/lib/Scrollbar.js index 2242e04..215d357 100644 --- a/webroot/rsrc/externals/javelin/lib/Scrollbar.js +++ b/webroot/rsrc/externals/javelin/lib/Scrollbar.js @@ -26,7 +26,7 @@ JX.install('Scrollbar', { construct: function(frame) { this._frame = frame; - + return; // Before doing anything, check if the scrollbar control has a measurable // width. If it doesn't, we're already in an environment with an aesthetic // scrollbar (like Safari on OSX with no mouse connected, or an iPhone)
Cut the release yesterday at 894025778c2f2ca97dd26d312a3e1518fb92ad76.