develop an interface for grammar checkers
Categories
(Core :: Spelling checker, enhancement)
Tracking
()
People
(Reporter: naber, Unassigned)
References
Details
(Whiteboard: dom-lws-bugdash-triage)
Attachments
(1 file, 3 obsolete files)
42.05 KB,
patch
|
smaug
:
review-
|
Details | Diff | Splinter Review |
Reporter | ||
Updated•10 years ago
|
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Reporter | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Comment 5•9 years ago
|
||
Comment 6•9 years ago
|
||
Updated•9 years ago
|
Comment 8•9 years ago
|
||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Comment 11•9 years ago
|
||
Comment 12•9 years ago
|
||
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
Comment 17•9 years ago
|
||
Comment 18•9 years ago
|
||
Reporter | ||
Comment 19•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Updated•9 years ago
|
Reporter | ||
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Comment 22•9 years ago
|
||
Comment 23•8 years ago
|
||
Comment 24•6 years ago
|
||
Comment 25•5 years ago
|
||
(In reply to Chase Vasic from comment #24)
What I am thinking, what I will propose, and possibly look at working to
help implement, is an interface for extensions that specifically deal with
text input. What I am thinking of is a generic interface that would provide
what is necessary for a wide range of plugins including spell-check,
grammar-checking, translation, and alternative input like speech-to-text, or
vim/emacs editing (I use an extension called GhostText to edit textareas
with vim, and I would really like if it could more directly manage text
input.)
A general webextension text input API would be a lot better indeed, rather than only for grammar checking. The spellchecking engines currently included in Firefox aren't well suited for Finnish and the developers seem to be unwilling to include a new engine (https://bugzilla.mozilla.org/show_bug.cgi?id=1403735). I tried to make a webextension because libvoikko can be compiled into webassembly, but highlighting text input elements is very difficult. I don't know how well Grammarly does it. Are there any open source add-ons that can do it exceptionally well? I couldn't find any.
Updated•2 years ago
|
Comment 26•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 10 votes.
:jjalkanen, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 27•2 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Updated•5 months ago
|
Updated•5 months ago
|
Description
•