DO NOT EDIT OR ANSWER THIS ISSUE. SEE THE ORIGINAL ISSUE INSTEAD:
https://www.jfire.org/modules/bugs/view.php?id=580
ORIGINAL REPORTER: daniel
When multiple errors occur the DefaultErrorDialog collects them and shows the error message in the detail textfield which leads to the fact that the error dialog size can get quite big, if the error message is long.
An Maximum size would be good, and further more the text should be wrapped
Logged In: YES
user_id=1828570
Originator: YES
ORIGINAL COMMENT BY daniel, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
This does not happen with our own DefaultErrorDialog but with the Eclipse standard Error dialog, which is used e.g. something went wrong in an Eclipse Job
Logged In: YES
user_id=1828570
Originator: YES
ORIGINAL COMMENT BY Marc, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
At least our job implementation should trigger our error handler. What about setting our handler as the job threads throwable handler before starting the job and resetting the old handler afterwards?
Logged In: YES
user_id=1828570
Originator: YES
ORIGINAL COMMENT BY nick, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
close?
Logged In: YES
user_id=1828570
Originator: YES
ORIGINAL COMMENT BY Marc, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
yes
ORIGINAL COMMENT BY daniel, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
This does not happen with our own DefaultErrorDialog but with the Eclipse standard Error dialog, which is used e.g. something went wrong in an Eclipse Job
ORIGINAL COMMENT BY Marc, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
At least our job implementation should trigger our error handler. What about setting our handler as the job threads throwable handler before starting the job and resetting the old handler afterwards?
ORIGINAL COMMENT BY nick, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
close?
ORIGINAL COMMENT BY Marc, VIEW IT HERE:
https://www.jfire.org/modules/bugs/view.php?id=580
yes