Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[text] Text loses its textString when not in DOM #10

Closed
fbornhofen opened this issue Feb 15, 2012 · 3 comments
Closed

[text] Text loses its textString when not in DOM #10

fbornhofen opened this issue Feb 15, 2012 · 3 comments
Labels

Comments

@fbornhofen
Copy link
Collaborator

Check branch text_serialization_fix for test case.

A Text's textString only seems to be persisted when the Text is part of the scenegraph.
This breaks LosProfesores in Webwerkstatt.

Will try caching of text chunks.

@fbornhofen
Copy link
Collaborator Author

Update: textChunks will be persisted and their storedString seems correct, too. Will look into restore.

@fbornhofen
Copy link
Collaborator Author

Update: storedString is present in deserialized TextChunk, but textString is empty. Need to update accordingly.

@fbornhofen
Copy link
Collaborator Author

Now not deleting TextChunk's storedString on restoring. Not sure if this is final.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant