Commit d584bf19 authored by Hal Abelson's avatar Hal Abelson

Minor correction to known issues text

parent 67a7d308
...@@ -59,26 +59,32 @@ ...@@ -59,26 +59,32 @@
connections. connections.
</li> </li>
<p />
<li>Manipulating blocks while switching screens: If you are working with a multiscreen <li>Manipulating blocks while switching screens: If you are working with a multiscreen
app and you switch screens, do not move blocks with the mouse or click links in the app and you switch screens, do not move blocks with the mouse or click links in the
Blocks Editor until the new screen is done loading. If you do so, the Blocks editor Blocks Editor until the new screen is done loading. If you do so, the Blocks editor
can become confused about which screen you are working on, and you can get errors, or even can become confused about which screen you are working on, and you can get errors, or even
lose blocks. The same warning applies when you switch between projects. When loading a new lose blocks. The same warning applies when you switch between projects. When loading a new
project, use the Blocks editor until the project has finished loading. project, don't use the Blocks editor until the project has finished loading.
</li> </li>
<p />
<li>Unstable project loading: <li>Unstable project loading:
We've gotten reports of projects loading incorrectly, with blocks missing. We're trying We've gotten reports of projects loading incorrectly, with blocks missing. We're trying
to track this down, but in the meantime be diligent about keeping local backups, to track this down, but in the meantime be diligent about keeping local backups,
especially for large and important projects. especially for large and important projects.
</li> </li>
<p />
<li>Failure to package projects: <li>Failure to package projects:
We're currently seeing a 6% failure rate in attempts to package projects. We're currently seeing a 6% failure rate in attempts to package projects.
Many of these appear to be intermittent. If your project fails to Many of these appear to be intermittent. If your project fails to
package, try again once or twice. Another source of failure may package, try again once or twice. Another source of failure may
result from case collisions in the names of media files: If your result from case collisions in the names of media files: If your
project has two pictures named MyPict.jpj and mypict.jpg, this may cause project has two pictures named, for example, MyPict.jpg and mypict.jpg, this may cause
errors. errors.
</li> </li>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment