In MSA2 TCK (and hopefully in all further CLDC OP TCKs which include MIDP3 execution mode)
there is a bulk validator which is doing security assumptions validation.
When validation fails, user must see all security configuration errors in a single
message (otherwise, there will be too many "edit-and-check" iterations since
we have (4 domains * 250 permissions) ~ 100 configuration points.
Currently, when big amount of text is returned by ErrorQuestion.getText(),
Error dialog is getting bigger and bigger (see attached example).
We need following features in this dialog:
1. Scrollbars should be added if text doesn't fit into dialog sizes.
2. HTML view support in the dialog would be nice to have.
3. We also need to have an ability to change ErrorQuestion dialog's preferred width
and height.
there is a bulk validator which is doing security assumptions validation.
When validation fails, user must see all security configuration errors in a single
message (otherwise, there will be too many "edit-and-check" iterations since
we have (4 domains * 250 permissions) ~ 100 configuration points.
Currently, when big amount of text is returned by ErrorQuestion.getText(),
Error dialog is getting bigger and bigger (see attached example).
We need following features in this dialog:
1. Scrollbars should be added if text doesn't fit into dialog sizes.
2. HTML view support in the dialog would be nice to have.
3. We also need to have an ability to change ErrorQuestion dialog's preferred width
and height.