Open
Bug 2020142
Opened 3 months ago
Updated 1 month ago
Firefox doesn’t support macOS text replacement shortcuts in email and URL fields
Categories
(Core :: Widget: Cocoa, defect, P3)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox150 | --- | affected |
People
(Reporter: smarshall, Unassigned)
References
Details
Safari and Chrome support expansion of macOS's user-defined text replacement shortcuts (like omw -> On my way!) in all input field types except password.
As of bug 1149826, Firefox supports these on fields other than email and URL as a byproduct of implementing autocorrect support, but macOS users typically consider text replacement shortcuts distinct from autocorrect behaviours, so not supporting text replacement on all field types results in a broken-feeling experience.
Steps to reproduce:
- Create a text replacement shortcut (In Settings>General>Keyboards>Text Replacement) for
@@totest@example.org - Visit
data:text/html,<input type=url><input type=email><input type=password><input type=text><textarea> - Type
@@into each field and observe that neither the URL or email fields suggest the expansion snippet, but text and textarea do (and confirm that password does not, as expected and in line with other browsers)
You need to log in
before you can comment on or make changes to this bug.
Description
•