Problem/Motivation

The following CSS hack applies to IE11 only:

_:-ms-fullscreen,
.fieldset {
  display: table;
  box-sizing: border-box;
  width: 100%;
}

We no longer support IE11 so we can remove this rule.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
FileSize
1.12 KB
pradipmodh13’s picture

Applied #2 patch. IE11 code has been successfully removed.
For ref attached screenshot.
Thank you @longwave

Spokje’s picture

Status: Needs review » Reviewed & tested by the community

Removed CSS is indeed IE11 only, and since 10.x upwards doesn't support IE11 any more, this can be removed.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 2: 3321004-2.patch, failed testing. View results

Spokje’s picture

Status: Needs work » Reviewed & tested by the community

Random fail due to #3041318: Various random fails due to mis-triggered Mink deprecation error. Started a retest and put it back on RTBC.

mherchel’s picture

Still random failure. Code looks good. Re-queued tests.

  • catch committed 1e3ce67 on 10.1.x
    Issue #3321004 by longwave: Remove IE11 hack from fieldset.css
    
catch’s picture

Status: Reviewed & tested by the community » Fixed

Committed 1e3ce67 and pushed to 10.1.x. Thanks!

  • catch committed 9dd6583 on 10.0.x
    Issue #3321004 by longwave: Remove IE11 hack from fieldset.css
    
    (cherry...
catch’s picture

Also backported to 10.0.x.

Status: Fixed » Closed (fixed)

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