Bug 153651
Summary: | [GTK] Should be able to add words to spellcheck dictionary | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | aplazas, bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | PC | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 153291 |
Michael Catanzaro
When right-clicking on a misspelled word, there should be some Add to Dictionary option to prevent it from being detected as misspelled in the future.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adrien Plazas
Where you using Epiphany? WebKitGTK+ already suggests to add a "Learn spelling" entry to the context menu of misspelled words.
By reading the code of WebContextMenuProxyGtk::show() and testing with Epiphany I found that the "Learn spelling" item was indeed suggested but not retained by Epiphany.
I also tested to learn a new word in Geary, and it worked perfectly even after restarting the application.
Hence, I suspect this is an epiphany bug.
Michael Catanzaro
Seems this is invalid then. Bonus points if you fix Epiphany. :)
Note, though, that Geary is stuck on WebKitGTK+ 2.4, so it's not the greatest app to test with as a lot has changed since then.