Spellchecking broken in contenteditable documents for special characters
Categories
(Core :: Spelling checker, defect)
Tracking
()
People
(Reporter: listenleser, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0
Steps to reproduce:
- Install https://addons.mozilla.org/de/firefox/addon/german-dictionary/
- Open the attached HTML file (which has
lang=de
and iscontenteditable=true
). - Place the cursor at the end of the list item and type " a für".
Actual results:
The second to last "für" is partially highlighted as wrongly spelled, like there is a word break between "f" and "ür" (see screenshot).
Moving the focus away and back again fixes this, but entering more repetitions of " a für" will show the issue again.
Expected results:
"für" should be treated as one word and not be highlighted as wrongly spelled.
Reporter | ||
Comment 1•5 years ago
|
||
Reporter | ||
Comment 2•5 years ago
|
||
I don't know how reliably my above steps reproduce the issue, so if you can't, try instead editing a page with the VisualEditor on German Wikipedia (where I originally encountered this issue), this seems to much more reliably to reproduce.
So instead of step 2, you could open https://de.wikipedia.org/wiki/Wikipedia:Spielwiese?veaction=edit, and just edit a bit. But of course that's far from a minimal example.
Comment 3•5 years ago
|
||
thanks for filing this with a reproducible testcase. we already have bug 1603057 open for this, so i'll dupe it over.
Description
•