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

Forced Window.alert() when error occurs #19

Open
lbono opened this issue Mar 2, 2016 · 0 comments
Open

Forced Window.alert() when error occurs #19

lbono opened this issue Mar 2, 2016 · 0 comments

Comments

@lbono
Copy link

lbono commented Mar 2, 2016

If an exception occurs during upload operations the client always triggers a Window.alert() which cannot be avoided. When developing an application, all messages returned to users are usually consistent with the overall look&feel, so if I'm handling an exception I'd rather use my own modal popup instead of the forced Window.alert(), also giving me the chance to provide a message of my choice instead of a Java exception message.

This is the code I am referring to: https://github.com/manolo/gwtupload/blob/master/core/src/main/java/gwtupload/client/BaseUploadStatus.java#L192

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