[cvs] commit: imp/js SpellChecker.js compose.js imp/js/src SpellChecker.js compose.js

Michael M Slusarz slusarz at horde.org
Tue May 13 23:51:18 UTC 2008


slusarz     2008-05-13 19:51:18 EDT

  Modified files:
    js                   SpellChecker.js compose.js 
    js/src               SpellChecker.js compose.js 
  Log:
  Bug: 6697
  An update of the text when switching from spell->HTML mode is not
  instantaneous on fckeditor.  We have to wait until fckeditor announces that
  it is ready before we can continue.  Previously, our submit action was
  triggering too fast, and we were not seeing any changes made on the spell
  screen.
  As a result, we can't have the spellchecker be responsible for converting
  to text on submit - this needs to be done manually.
  
  Revision  Changes    Path
  1.44      +1 -1      imp/js/SpellChecker.js
  1.23      +1 -1      imp/js/compose.js
  1.42      +1 -5      imp/js/src/SpellChecker.js
  1.23      +28 -17    imp/js/src/compose.js

  Chora Links:
  http://cvs.horde.org/diff.php/imp/js/SpellChecker.js?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/imp/js/compose.js?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/imp/js/src/SpellChecker.js?r1=1.41&r2=1.42&ty=u
  http://cvs.horde.org/diff.php/imp/js/src/compose.js?r1=1.22&r2=1.23&ty=u


More information about the cvs mailing list