gust icon indicating copy to clipboard operation
gust copied to clipboard

Some missing text in editor.

Open ediasep opened this issue 11 years ago • 4 comments

Here is the case:

  • I am writing some text on editor, for example:
 paragraph 1 - Lorem ipsum dolor sit ................
   consectur adipiscing  elit
  
  paragraph 2 - Lorem ipsum dolor sit .............
  consectetur adipiscing elit 
  
  • I saved it as draft.
  • I am logout from the application and seeking for some meal.
  • I am back to computer and open it again in the editor, but the paragraph 2 is vanished:
 paragraph 1 - Lorem ipsum dolor sit ................
   consectur adipiscing  elit
  

I have two article and both have the same case. One article have 395 words, while another have 167 words. I can't click save draft anymore cause paragraph 2 will vanished forever.

ediasep avatar Jan 11 '14 01:01 ediasep

Hi @eedithz,

Does javascript console show any errors (Ctrl+Alt+I > Console in Chrome)?

ideag avatar Jan 11 '14 09:01 ideag

No, it doesnt't.

There is a warning in the console, but i think it's not correspond to this issue, since the warning triggered by scroll on editor. Here is the warning if you want to know:

event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

ediasep avatar Jan 11 '14 14:01 ediasep

Tomorrow I'll be releasing 0.3.3, which will have more debug output. I hope it will help to isolate the problem better. So far I was unable to replicate this on my systems.

ideag avatar Jan 11 '14 20:01 ideag

hi @eedithz, sorry for the delay. Do you get any error messages now?

ideag avatar Jan 15 '14 14:01 ideag