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

"Run Assembler" does not indicate progress or errors #7

Closed
chrstphrchvz opened this issue Dec 12, 2016 · 1 comment
Closed

"Run Assembler" does not indicate progress or errors #7

chrstphrchvz opened this issue Dec 12, 2016 · 1 comment

Comments

@chrstphrchvz
Copy link
Owner

chrstphrchvz commented Dec 12, 2016

When "Run Assembler" is clicked, nothing happens until the server responds with the assembled code and the editor page updates the text areas (list file and assembler messages).

And if the editor page is unable to connect to the server, the page quietly fails, and an error such as the following is printed to the console:

TypeError: NetworkError when attempting to fetch resource.  (unknown)

Because this whole process takes a few seconds, there should instead be an indicator to the user of some activity. For example, display an "Assembling…" message and changing the mouse cursor to progress or wait. The user should also be notified in case the file could not be assembled, whether due to connectivity issues or server problems. See also #10: for troubleshooting purposes, any CGI script errors should be displayed somewhere on the editor page.

@chrstphrchvz chrstphrchvz changed the title No warning shown when "Run Assembler" fails "Run Assembler" does not indicate progress or errors May 26, 2018
@chrstphrchvz
Copy link
Owner Author

Closed in favor of #16: no longer using CGI, but the general issue remains.

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

No branches or pull requests

1 participant