comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Client-side exception handling #44

Closed mbollmann closed 7 years ago

mbollmann commented 9 years ago

Originally reported by: Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann)


Exceptions in the GUI shouldn't usually occur, hence the name "exception".

However, if anything does go wrong, the GUI just hangs. This is bad[tm] -- if this happens during a loading screen, the user is under the assumption that the loading still continues; if this happens at some other time, some parts of the GUI (or maybe everything) just stop working without any indication why.

At a bare minimum, CorA should:

Some resources:


mbollmann commented 8 years ago

Original comment by Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann):


Handle errcode -2 in server request (re issue #41)

mbollmann commented 8 years ago

Original comment by Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann):


Handle all JavaScript errors (fix #41)

mbollmann commented 8 years ago

Original comment by Marcel Bollmann (Bitbucket: mbollmann, GitHub: mbollmann):


handle errcode -2 (uncaught exception)