After these two issues, we now have a consistent fieldset markup to work with:
- #1404710: Additional CSS to ensure consistent display of field configuration
- #1366878: Fix Form Builder tab display to remove gap and Garland coloring
We should place the validation (and other) messages inside the fieldset-wrapper so that the messages get the same padding around them as the other fields in the fieldset.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | form_builder_message_fix.patch | 702 bytes | quicksketch |
| form_builder_fieldset_messages.patch | 1.09 KB | quicksketch |
Comments
Comment #1
quicksketchCommitted to both branches.
Comment #2
quicksketchLooks like the change broke messages when first opening a field configuration form because the fieldset isn't yet :visible. This patch fixed that problem so that our messages are working when opening a field configuration form again.