Problem/Motivation

Since IE11 needs to be supported until Drupal 10 at the earliest... (I know šŸ™)
At narrower widths, IE11 adds a horizontal scroll for breadcrumbs where it's clearly not needed

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

bnjmnm created an issue. See original summary.

usingsession’s picture

Add style to breadcrumbs container "overflow: hidden;".

usingsession’s picture

StatusFileSize
new1.82 KB
new61.88 KB

Or, next solutions:
First: wrap element item

usingsession’s picture

StatusFileSize
new65.96 KB
new1.58 KB

Twice: .breadcrumb__list {text-overflow: ellipsis;}

komalk’s picture

Status: Active Ā» Needs review
StatusFileSize
new1.61 KB

#4 includes the CSS file also needs to add PCSS.
Worked on the CSS lint issue.

Version: 9.2.x-dev Ā» 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

sakthivel m’s picture

StatusFileSize
new1.61 KB

just Re-rolled the patch 9.3.x

gauravvvv’s picture

StatusFileSize
new241.7 KB

I am using IE 11 in MacBook and this issue is not reproducible in D9.3

Attaching a screenshot for reference.

chetanbharambe’s picture

Status: Needs review Ā» Closed (cannot reproduce)
StatusFileSize
new1 MB

I have tested this issue on IE11.
The issue is not reproducible on the 9.3.x-dev version.

Please see attached screenshot.

bnjmnm’s picture

Issue summary: View changes
Status: Closed (cannot reproduce) Ā» Needs work
StatusFileSize
new18.82 KB

It is still happening. Make the viewport narrower to reproduce.

Saurabh Srivastava’s picture

Status: Needs work Ā» Needs review
StatusFileSize
new18.25 KB
new22.3 KB

I have tested the patch in #7, it's working fine for me on IE 11 (windows machine) I don't see any horizontal scroll bar coming in at any of the screen sizes.
Attaching screenshots for reference.

Regarding #10: will be help full if you may specify the exact scenario where you get the error.

mherchel’s picture

Priority: Normal Ā» Minor
xjm’s picture

Issue tags: +Internet Explorer 11
kostyashupenko’s picture

StatusFileSize
new3.73 KB

Version: 9.3.x-dev Ā» 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.4.x-dev Ā» 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

smustgrave’s picture

Status: Needs review Ā» Closed (outdated)

Closing as outdated since Internet Explorer is no longer a supported browser