librewolf/issues
25
145

Modifier keys not working correctly on macOS #2165

Closed
opened 2024年12月21日 05:30:08 +01:00 by fluffy-critter · 8 comments

Hi, I'm trying out Librewolf and so far I'm liking it a lot, but modifier keys don't appear to be behaving correctly on certain web-based games. For example, Sudokupad is not functioning correctly.

You can try a sample puzzle at https://sudokupad.app/sudoku/hDNMJqPmTh, and try clicking on a cell and then shift-clicking on another; in this case, both cells should be highlighted. Similarly, pressing ctrl-5 should do a central mark of the number 5, shift-5 should do a corner mark, and ctrl-shift-5 should color the square pink.

Instead, ctrl-5 fills the square with a large 5 and switches the default tool, shift-5 does nothing, and ctrl-shift-5 does the same thing as ctrl-5 while also making the cell pink. It seems that cmd-5 is doing what ctrl-5 is supposed to be doing; unfortunately using cmd instead of ctrl leads to conflicts with cmd-key combinations at the OS level.

I am running Librefox 133.0.3-1 on macOS 15.2 Sequoia.

Hi, I'm trying out Librewolf and so far I'm liking it a lot, but modifier keys don't appear to be behaving correctly on certain web-based games. For example, [Sudokupad](https://sudokupad.app/) is not functioning correctly. You can try a sample puzzle at https://sudokupad.app/sudoku/hDNMJqPmTh, and try clicking on a cell and then shift-clicking on another; in this case, both cells should be highlighted. Similarly, pressing ctrl-5 should do a central mark of the number 5, shift-5 should do a corner mark, and ctrl-shift-5 should color the square pink. Instead, ctrl-5 fills the square with a large 5 and switches the default tool, shift-5 does nothing, and ctrl-shift-5 does the same thing as ctrl-5 while also making the cell pink. It seems that cmd-5 is doing what ctrl-5 is supposed to be doing; unfortunately using cmd instead of ctrl leads to conflicts with cmd-key combinations at the OS level. I am running Librefox 133.0.3-1 on macOS 15.2 Sequoia.

Hi, I'm trying out Librewolf and so far I'm liking it a lot, but modifier keys don't appear to be behaving correctly on certain web-based games. For example, Sudokupad is not functioning correctly.

You can try a sample puzzle at https://sudokupad.app/sudoku/hDNMJqPmTh, and try clicking on a cell and then shift-clicking on another; in this case, both cells should be highlighted. Similarly, pressing ctrl-5 should do a central mark of the number 5, shift-5 should do a corner mark, and ctrl-shift-5 should color the square pink.

Instead, ctrl-5 fills the square with a large 5 and switches the default tool, shift-5 does nothing, and ctrl-shift-5 does the same thing as ctrl-5 while also making the cell pink. It seems that cmd-5 is doing what ctrl-5 is supposed to be doing; unfortunately using cmd instead of ctrl leads to conflicts with cmd-key combinations at the OS level.

I am running Librefox 133.0.3-1 on macOS 15.2 Sequoia.

Try to allow canvas: image

> Hi, I'm trying out Librewolf and so far I'm liking it a lot, but modifier keys don't appear to be behaving correctly on certain web-based games. For example, [Sudokupad](https://sudokupad.app/) is not functioning correctly. > > You can try a sample puzzle at https://sudokupad.app/sudoku/hDNMJqPmTh, and try clicking on a cell and then shift-clicking on another; in this case, both cells should be highlighted. Similarly, pressing ctrl-5 should do a central mark of the number 5, shift-5 should do a corner mark, and ctrl-shift-5 should color the square pink. > > Instead, ctrl-5 fills the square with a large 5 and switches the default tool, shift-5 does nothing, and ctrl-shift-5 does the same thing as ctrl-5 while also making the cell pink. It seems that cmd-5 is doing what ctrl-5 is supposed to be doing; unfortunately using cmd instead of ctrl leads to conflicts with cmd-key combinations at the OS level. > > I am running Librefox 133.0.3-1 on macOS 15.2 Sequoia. Try to allow canvas: ![image](/attachments/5309bfbc-8e25-4be1-89a2-1f2d7997323b)

Unfortunately that made no difference to the behavior.

Unfortunately that made no difference to the behavior.

Can confirm: still an issue with the latest two builds 136.0-1 / 136.0-2 in a brand new installation without any addons or changes in about:config.
Same FF build doesn't produce the error. SHIFT key is not registering as modifier in web app.

Can confirm: still an issue with the latest two builds 136.0-1 / 136.0-2 in a brand new installation without any addons or changes in about:config. Same FF build doesn't produce the error. SHIFT key is not registering as modifier in web app.

Debian 12 / Gnome / LibreWolf 135.0.1-1

I see this behaviour on VMware Web Console. There was some head scratching trying to figure out why my VM kept telling me my password was wrong.

Debian 12 / Gnome / LibreWolf 135.0.1-1 I see this behaviour on VMware Web Console. There was some head scratching trying to figure out why my VM kept telling me my password was wrong.

any news on that?
Shift key not working on multiple webpages seems like a serious issue if not an incident!

any news on that? Shift key not working on multiple webpages seems like a serious issue if not an incident!

push.

push.

https://librewolf.net/docs/faq/#what-are-the-most-common-downsides-of-rfp-resist-fingerprinting says modifier keys are disabled. When I disable privacy.resistFingerprinting, modifiers work.

I attempted the below setting, but it doesn't work.

defaultPref("privacy.fingerprintingProtection", true);
defaultPref(
 "privacy.fingerprintingProtection.overrides",
 "+AllTargets,-KeyboardEvents"
);

For now, I'm running with the below until I can find a better solution.

~> cat .librewolf/librewolf.overrides.cfg
defaultPref("privacy.resistFingerprinting", false);
https://librewolf.net/docs/faq/#what-are-the-most-common-downsides-of-rfp-resist-fingerprinting says modifier keys are disabled. When I disable `privacy.resistFingerprinting`, modifiers work. I attempted the below setting, but it doesn't work. ``` defaultPref("privacy.fingerprintingProtection", true); defaultPref( "privacy.fingerprintingProtection.overrides", "+AllTargets,-KeyboardEvents" ); ``` For now, I'm running with the below until I can find a better solution. ``` ~> cat .librewolf/librewolf.overrides.cfg defaultPref("privacy.resistFingerprinting", false); ```

To enable shift and control keys I have added -WidgetEvents to the privacy.fingerprintingProtection.overrides

defaultPref("privacy.fingerprintingProtection", true);
defaultPref(
 "privacy.fingerprintingProtection.overrides",
 "+AllTargets,-WidgetEvents"
);
To enable shift and control keys I have added -WidgetEvents to the `privacy.fingerprintingProtection.overrides` ``` defaultPref("privacy.fingerprintingProtection", true); defaultPref( "privacy.fingerprintingProtection.overrides", "+AllTargets,-WidgetEvents" ); ```
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
Branding
Issues that relate to our logo or the branding of our browser and website.
Broken Upstream
Issue is also present in Firefox
Build
Alpine
Issues specific to the Alpine Linux build of LibreWolf.
Build
AppImage
Issues specific to the AppImage release of LibreWolf.
Build
AUR
Issues specific to the AUR build of LibreWolf.
Build
Debian
Issues specific to our official release for Debian based distros.
Build
DebianOBS
Issues specific to the non-official OBS build of LibreWolf.
Build
Fedora
Issues specific to our official release for Fedora.
Build
FedoraCOPR
Issues specific to the non-official COPR build of LibreWolf.
Build
Flatpak
Issues specific to the Flatpak release of LibreWolf.
Build
Gentoo
Issues specific to the Gentoo build of LibreWolf.
Component: Infrastructure
Issues related to infrastructure provided by LibreWolf
Component
Builds
Issues related to how we build LibreWolf
Component
Patches
Issue with one of the patches in our source code.
Component
Settings
Issues related to the settings of LibreWolf.
Component
UI
A purely cosmetic issue in our browser.
Component
Website
Issues with our website.
Docs
Change required
A needed change in our documentation.
Docs
FYI
Issues that document a change, or how stuff gets patched, built or configured.
Flag
Caution
Change that might be tricky or that needs to be carefully evaluated. Best suited for core members.
Flag
Good first issue
Suited for a first contribution as it is a straightfoward task!
FreeBSD
Issues related to the FreeBSD release of LibreWolf.
Linux
Issues realted to one or all our Linux releases.
macOS
Issues realated to the MacOS release of LibreWolf.
Needed
Help
We are stuck :-(
Needed
Info
Closing in ten days if no details are provided.
Needed
Testing
We are almost there!
Prio
High
Issues with a high priority
Prio
Low
Prio
Normal
Prio/Urgent
Issues needing immediate attention
Repositories
An issue with our repositories.
Research
Collecting informations to document something or to evaluate a change.
Source
Issues related to the source code of LibreWolf.
Status
Blocked
An issue blocked by another one.
Status
Duplicate
Look for existing issues.
Status
Icebox
Change that is not happening soon or issue that cannot be tested.
Status
Known issue
An issue that we are aware of but that we cannot fix at the moment.
Status
Not Planned
The requested feature is currently not planned
Status
Upstream
Either we upstreamed the issue or a fix is coming directly from Mozilla!
Status
Won't fix
Does not require a fix.
Type
?
What?
Type
Bug
Ouch...
Type
Discussion
Let's have a talk...
Type
Feature
A feature request.
Type
Question
Not a issue but just a user question
Type
Task
This needs to be done
Windows
Issues related to the Windows release of Librewolf.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
6 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
librewolf/issues#2165
Reference in a new issue
librewolf/issues
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?