GNOME Bugzilla – Bug 792824
Notes are saved too often
Last modified: 2018-01-25 02:05:06 UTC
When you open an existing note, even you don't change it, that note is saved again. That makes the note to go up in the notes list.
Created attachment 367316 [details] [review] webkit-editor: Remove unneed saving on first load Every time a note is opened, it's triggered an unnecessary saving action. That changes update times, and changes notes order in main view. It also increases note load times, mainling for remote notes, like owncloud. This patch makes sure that on first load, webkit editor doesn't try to save the note.
Review of attachment 367316 [details] [review]: Commit message review: > "it's triggered an unnecessary saving action" "an unnecessary saving action is triggered" may be a better wording? > "mainling for remote notes, like" Did you mean "mainly"? Otherwise, this seems good. Please push to master after the commit message changes. Thanks
Created attachment 367396 [details] [review] webkit-editor: Remove unneed saving on first load Every time a note is opened, unnecessary saving action is triggered. That changes update times, and changes notes order in main view. It also increases note load times, mainly for remote notes, like owncloud. This patch makes sure that on first load, webkit editor doesn't try to save the note.
Review of attachment 367396 [details] [review]: lgtm. Please push to master
Attachment 367396 [details] pushed as aa8c5c5 - webkit-editor: Remove unneed saving on first load