The fieldsets at admin/build/testing are assigned classes that include the name of the module being tested. That results in some CSS weirdness when the class is "node" or "comment" (see attached screenshot).

CommentFileSizeAuthor
css_weirdness.png1.99 KBksenzee
css_weirdness.patch814 bytesksenzee

Comments

boombatower’s picture

Those fieldsets should never be showing. The fieldsets are themed into a table, but when displaying test results they appear to revert at times.

This patch wouldn't be harmful, but I think we need to look into why the theme isn't being applied.

dries’s picture

Using Firefox, after running all tests (not some selected tests), I get CSS weirdness too. It's impossible to see the test results in Firefox. I'm mentioning this because it might be the same (or a related) problem.

chx’s picture

I have seen the attached screenshot too. I think the theme registry gets ick. I think the patch http://drupal.org/node/254491 will be the all-encompassing solution to this.

chx’s picture

Status: Needs review » Reviewed & tested by the community

But meanwhile, let's commit this so we can re-select the tests even after.

boombatower’s picture

Status: Reviewed & tested by the community » Closed (fixed)

This won't apply once #243773: SimpleTest: Use the Batch API instead of the current all-in-one approach is committed which seems to be the direction.