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).
| Comment | File | Size | Author |
|---|---|---|---|
| css_weirdness.png | 1.99 KB | ksenzee | |
| css_weirdness.patch | 814 bytes | ksenzee |
Comments
Comment #1
boombatower commentedThose 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.
Comment #2
dries commentedUsing 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.
Comment #3
chx commentedI 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.
Comment #4
chx commentedBut meanwhile, let's commit this so we can re-select the tests even after.
Comment #5
boombatower commentedThis 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.