Problem/Motivation

This @todo regarding fieldset CSS pops up in a few places.

 * @todo remove once this Mozilla bug is fixed.
 * See https://bugzilla.mozilla.org/show_bug.cgi?id=504622

The Mozilla bug is fixed

Proposed resolution

Remove the CSS. Provide screenshots to prove the removal is not unpleasant.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bnjmnm created an issue. See original summary.

bnjmnm’s picture

Status: Active » Needs review
FileSize
1.75 KB
94.8 KB
70.53 KB
90.46 KB

The rule is removed. Here are some reference screenshots.

Here are fieldsets in Chrome, a browser that was not impacted by the workaround:

These are fieldsets in Firefox with the display: table-cell workaround that is no longer necessary. Notice that there's more top/bottom space separating the fieldsets

These are fieldsets in Firefox with this patch applied, removing the no-longer-necessary workaround. There's no longer a bug, and it now better matches other browsers.

joachim’s picture

Status: Needs review » Reviewed & tested by the community

LGTM.

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Yep this is inline with our browser policy - https://www.drupal.org/node/3079238 this was fix ed in Firefox 53 - they're on 74 now.

Committed 00ebcd9b83 and pushed to 9.0.x.
Committed c81afb8 and pushed to 8.9.x. Thanks!

  • alexpott committed c81afb8 on 8.9.x
    Issue #3115005 by bnjmnm: Remove fieldset CSS that was only there to...

  • alexpott committed 00ebcd9 on 9.0.x
    Issue #3115005 by bnjmnm: Remove fieldset CSS that was only there to...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.