mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
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:
parent
1b447a979b
commit
adca8376ea
2 changed files with 13 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue