Open keithnewman14 opened 12 years ago
I added a timeout to the page redirection equal to self.timeout
as a sort of workaround (that way, the Tagging View has to start before the page is redirected because the keyup
even will run before the submit
event.).
A rather inelegant solution, but it seems to get the job done at the moment.
Within the experiment branch, if an annotation doesn't have any tags (or rather, if it doesn't try to generate tags), it won't save to the database. This is not an issue with the current Master branch.
It seems that it may be somehow caused by using javascript to redirect after an annotation is saved (removing the javascript resolves the problem).