question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dropdown bug with initial position in IE 11

See original GitHub issue

Hi everyone,

After click on menu item it opens the dropdown, but initial position of dropdown is left and that cause stretching body tag and horizontal scrollbar is visible. It works in Chrome but in IE11 not, sadly IE11 is important for us.

Example: https://jsfiddle.net/n4wx19x5/ b4-dropdown-bug

  • Windows 10, IE11, 4.0.0-beta.2

Thanks Dan

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:5
  • Comments:12 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
caseyjholcommented, Mar 20, 2019

@GavinSutherland See https://github.com/FezVrasta/popper.js/issues/636#issuecomment-474572516.

new Popper(..., ..., {
  modifiers: {
    computeStyle: {
      gpuAcceleration: false,
    },
  },
});
0reactions
GavinSutherlandcommented, Mar 20, 2019

Thanks @caseyjhol … I’ll go check that out

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is dropdown moved to the left in IE 11 but not in Chrome ...
Try giving position: relative to .dropdown class. The behaviour of position: absolute elements when no explicit position: relative element ...
Read more >
The drop-down window position is inconsistent in IE11 and ...
Hi, ASPxComboBox dropdown position is inconsistent in IE 11 and Chrome when control is out of bounds of the screen.
Read more >
IE 11 issue with dropdown menu - anyone seen this before?
My client has reported problems with drop-down menus (from the player template) with courses running in Internet Explorer (version 11, latest ...
Read more >
Internet Explorer 11 Drop Down Issue in Pro - Themeco
Hello, so we recently started using Pro and we are having in issue with dropdown menus in IE 11 where they appear to...
Read more >
list-style-position - CSS - MDN Web Docs
The list-style-position CSS property sets the position of the ::marker relative to a list item.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found