mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 00:38:39 +09:00
Set the default action to not lock content scrolling when a menu is open.
This resolves issues with the bookmarks and other menus with submenus if scrollable in case of many items displayed.
This commit is contained in:
parent
a0bddecc2e
commit
3230eb96fc
1 changed files with 3 additions and 2 deletions
|
|
@ -2212,9 +2212,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
|
||||
// When true, overrides Windows OS convention to lock content scrolling
|
||||
// if a contextual menu is open.
|
||||
pref("ui.menu.allow_content_scroll", false);
|
||||
// XXX: Only effective on Windows for now!
|
||||
pref("ui.menu.allow_content_scroll", true);
|
||||
|
||||
// Disable page loading activity cursor by default.
|
||||
pref("ui.use_activity_cursor", false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue