howardroark2018 / mind-notes

Automatically exported from code.google.com/p/mind-notes
0 stars 0 forks source link

Text Editor doesn't lay out properly on first run #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open the text editor for the first time while running the app.
2. there's a race condition between text editor load and layout. If the text 
editor doesn't load before layout, the layout is warped. Reopening the editor 
fixes the issue.

Proposed fix: preload tinyMCE editor, before first text editor open. That will 
make load time of the page longer, but fist text editor open much faster.

Original issue reported on code.google.com by dsto...@gmail.com on 11 Aug 2010 at 12:28

GoogleCodeExporter commented 9 years ago

Original comment by dsto...@gmail.com on 11 Aug 2010 at 12:39

GoogleCodeExporter commented 9 years ago

Original comment by dsto...@gmail.com on 14 Aug 2010 at 12:44

GoogleCodeExporter commented 9 years ago

Original comment by dsto...@gmail.com on 14 Aug 2010 at 12:49

GoogleCodeExporter commented 9 years ago
fixed with #28

Original comment by dsto...@gmail.com on 15 Aug 2010 at 8:07

GoogleCodeExporter commented 9 years ago
fixed with #28

Original comment by dsto...@gmail.com on 15 Aug 2010 at 8:08