Introduce ui.menu.allow_content_scroll

When true, overrides the OS convention to prevent scrolling of content when contextual menus are open.
This resolves #730.
This commit is contained in:
wolfbeast 2018-08-24 13:21:17 +02:00 committed by Roy Tam
commit adca8376ea
2 changed files with 13 additions and 1 deletions

View file

@ -2209,6 +2209,10 @@ pref("ui.key.contentAccess", 5);
pref("ui.key.menuAccessKeyFocuses", false); // overridden below
pref("ui.key.saveLink.shift", true); // true = shift, false = meta
// When true, overrides OS convention to lock content scrolling
// if a contextual menu is open.
pref("ui.menu.allow_content_scroll", false);
// Disable page loading activity cursor by default.
pref("ui.use_activity_cursor", false);