Closed
Bug 358589
Opened 19 years ago
Closed 15 years ago
Expose spellchecker suggestions to javascript
Categories
(Core :: Spelling checker, enhancement)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: amla70, Unassigned)
Details
I'm thinking about pages that use designMode and that might use a non-default context menu or that would like to just show spelling suggestions if a misspelled word is right-clicked.
I realize that this might requiere some thought about the user's privacy, but I think that it would be useful to provide such an API to let the page integrate the spellchecking with their interface.
There are different ways this idea could be done, the most basic and secure one would be to make the API available only on the contextMenu event when it's done over a misspelled word, offer an array with the possible suggestions. But it could also be useful to have an API where at any time the page can query if a word is misspelled and offer that way a popup window to check the spelling of all the document with options like replace all, ignore all, etc...
Updated•17 years ago
|
Assignee: mscott → nobody
Comment 1•15 years ago
|
||
For privacy reasons, we do not want to let pages access to the dictionary of our users.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•