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

defininf of Current Document throws a js error for new user #1

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

1. log in  as absolutely new user 
2. notice javascript errors. 

The reason: new user has no any document records in database so new document 
should be created for him. The form where doc name should be entered is shown 
to user. Сreation of doc happens when user clicks save button. But before this 
initWorkspace() method finishes its work by setting active doc, which is null  
at this point.

so we need to write some logic to make all this work one after another but not 
simultaneously

Original issue reported on code.google.com by [email protected] on 5 Nov 2013 at 8:54

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

No branches or pull requests

1 participant