Problem/Motivation
When you collapse fieldgroups in a form that has more than one, they seem to float together.
Here's a screenshot of admin/config/development/performance.

The problem is, Firefox is not supporting Details & Summary elements, so there is no proper default block element style (http://caniuse.com/#feat=details)
Proposed resolution
Remaining tasks
(done) patch
(done) review
(done) issue summary update
(done) add screenshot for after fix to show works
review patch issue several more times
review patch in IE, since IE is also not supporting Details & Summary elements
User interface changes
Here's a screenshot of admin/config/development/performance after applying the patch.

API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | stark_fieldgroup_after_patch.jpg | 176.01 KB | killerpoke |
| #6 | stark_firefox_compatibility-2282133-6.patch | 392 bytes | basvredeling |
| stark fieldgroup.png | 42.33 KB | joachim |
Comments
Comment #1
joachim commentedComment #2
joachim commentedComment #3
joachim commentedComment #4
svenryen commentedI'm looking at this issue and it's due to the default user agent css in Firefox not having display: block; as a default for the tags used.
The issue only appears in Firefox.
Comment #5
basvredelingWorking on it @DrupalCon A'dam
Comment #6
basvredelingThis patch fixes the firefox compatibility for both the details and summary html5 tags.
Perhaps the Stark theme needs a separate compatibility css section or file just to keep the core layout.css to the very basics.
Comment #7
killerpoke commentedI just tested patch: stark_firefox_compatibility-2282133-6.patch.
I could reproduce the problem with Firefox (32.0.2). After applying the patch, fieldsets are displayed correctly in Firefox.
I also tested this patch for side effects in Chrome 37 and Safari 7.0.6. I couldn't found any side effects.
This patch looks good to me.
Comment #8
killerpoke commentedComment #9
killerpoke commentedComment #10
killerpoke commentedComment #11
killerpoke commentedComment #12
BrechtRyckaert commentedWindows browsers:
Tested in IE 11.0.9600.17278. No issue here without patching.
Tested in Firefox 32.0.3. No issue without patching.
After patching:
Tested in IE 11.0.9600.17278. No issue here with patching.
Tested in Firefox 32.0.3. No issue with patching.
Operating system was Windows 8.1 Pro, 64 bit version.
Comment #13
svenryen commentedThanks for the work, all 3 of you.
@BrechtRyckaert: I'm reading your comment, and it says there are no issues in Firefox *before* you applied the patch. Can you confirm that? The rest of us *had* issues with the formatting before the patch, but not after.
Comment #14
alexpottSo the point of stark is to have minimal css and styling - it removes the addition of normalize.css (which would fix this) - so the question is what is the purpose of stark and is having a completely working admin UI from a visual perspective the goal?
Comment #17
cilefen commentedThis should be "Fixed".