Opened 7 years ago

Closed 7 years ago

#3195 closed defect (bug) (fixed)

Autosave does not work after spell check is performed

Reported by: tedfox Owned by: masquerade
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: spellcheck autosave charset
Cc:

Description

Autosave works normally.

But after I perform a spellcheck, no more drafts are saved anymore (no more autosave)

I did not even try to correct any words.

using svn 2.1 4276

Attachments (1)

autosave-prototype-periodicalexecutor.diff (1.2 KB) - added by masquerade 7 years ago.

Download all attachments as: .zip

Change History (4)

  • Keywords charset added

Autosave is saving in UTF-8 and not ISO-8859-1

  • Owner changed from anonymous to masquerade

A patch is attached that should fix this problem. We now use the PeriodicalExecuter provided by prototype to do the updating, return is the same, code is a tid-bit more light.

comment:3   ryan7 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [4433]) Autosave periodical executor from masquerade. fixes #3195

Note: See TracTickets for help on using tickets.