0

Is there any way in which spellchecker can be enforced to work on statement without using any external plugins. I have a scenario in which control of type text gets generated on fly.Hence even though spellchecker attribute has been applied to it. wrong spelling does not gets highlighted when i focus back to that control.Surprisingly spellchecker works in Firefox and Chrome even though i focus out.Issue seems to be in IE.Also not complete sentence gets grammar checked if i focus out and get back as control is created on fly. I was looking around the way in which I can forcefully make spellchecker to work on text areas and then hook it into javascript event.

scn3089
  • 31
  • 7
  • What spell checker are you talking about? If you mean the default spell checker of the browser, I don't think there's a way to influence it as it's controlled by the user. If you mean something else, please add more information to your question and try to be more clear. – Christof Jun 02 '15 at 11:31
  • Yes I am talking about browsers spellchecker.I want to understand how it internally works. It spell checks only once i start typing, so scenario in which already incorrect words has been entered and saved does not highlight the incorrect words until i focus back and start typing new word. So I was thinking is there a way to force browsers spell checker to run when I focus in that control? Hope I am making sense. – scn3089 Jun 02 '15 at 19:29
  • Check this out: http://stackoverflow.com/a/5221809/682583 – Christof Jun 03 '15 at 13:35
  • Try exploring simulating a click event when page loads. Or, try a JS spellchecking library which you'll have full control over. – Kalnode Dec 29 '18 at 05:06

0 Answers0