tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 6f37bd4d4cd9fcdb6ae4b9fb831a47d82bbb5298
parent feefc01acc242ead51264e4ba76b6ddc03834c5b
Author: Erik Nordin <enordin@mozilla.com>
Date:   Mon,  1 Dec 2025 22:17:11 +0000

Bug 2003358 - Disable spellcheck by default in about:translations r=translations-reviewers,gregtatum

This commit ensures that spellcheck is disabled by default
in the about:translations source textarea. Users may be pasting
text from languages for which their spellcheck is not configured,
and we should not show red-squiggle underlines when this occurs.

Differential Revision: https://phabricator.services.mozilla.com/D274636

Diffstat:
Mtoolkit/components/translations/content/about-translations.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/toolkit/components/translations/content/about-translations.html b/toolkit/components/translations/content/about-translations.html @@ -118,6 +118,7 @@ id="about-translations-source-textarea" class="about-translations-textarea" data-l10n-id="about-translations-input-placeholder" + spellcheck="false" ></textarea> </div> <div id="about-translations-empty-section"></div>