Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 6 years ago

#3195 closed defect (bug) (fixed)

Autosave does not work after spell check is performed

Reported by: tedfox's profile tedfox Owned by: masquerade's profile masquerade
Milestone: 2.1 Priority: normal
Severity: normal Version: 2.1
Component: Administration Keywords: spellcheck autosave charset
Focuses: 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 17 years ago.

Download all attachments as: .zip

Change History (5)

#1 @tassoman
17 years ago

  • Keywords charset added

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

#2 @masquerade
17 years ago

  • 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.

#3 @ryan
17 years ago

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

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

This ticket was mentioned in Slack in #core-editor by karmatosed. View the logs.


6 years ago

Note: See TracTickets for help on using tickets.