0

I have a Backbone app which accepts user entry and posts it to the DOM. Initial entries can be spelled however, but in Chrome when an existing DOM element (an entry's definition) is edited spelling errors are enforced and remain even once the field is no longer editable.

  this.$('.definition').attr('contenteditable', true).focus();
Sumurai8
  • 20,333
  • 11
  • 66
  • 100
redress
  • 1,399
  • 4
  • 20
  • 34
  • 2
    Not sure I'm fully understanding, but this might help: http://stackoverflow.com/questions/4524000/turn-off-chrome-safari-spell-checking-by-html-css – Mic Jan 14 '15 at 18:54
  • that's exactly it. thank you – redress Jan 14 '15 at 18:56

0 Answers0