This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch geckoview-102.3.0esr-12.0-1 in repository tor-browser.
commit 3e4c74f620f0348c4ee31676b365eeb5f739c7e4 Author: David Parks daparks@mozilla.com AuthorDate: Tue Aug 23 19:05:18 2022 +0000
Bug 1774453: Disable hiding cursor while typing on Windows. r=cpeterson, a=RyanVM
There are compat issues with the approach. There are future plans to restore the functionality but only when typing into a text area.
Differential Revision: https://phabricator.services.mozilla.com/D155275 --- modules/libpref/init/StaticPrefList.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml index c487b04a35872..3b38ccde5cd45 100644 --- a/modules/libpref/init/StaticPrefList.yaml +++ b/modules/libpref/init/StaticPrefList.yaml @@ -13658,7 +13658,7 @@
- name: widget.windows.hide_cursor_when_typing type: bool - value: true + value: false mirror: always #endif