Dropdown bug with initial position in IE 11
See original GitHub issueHi 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/
- Windows 10, IE11, 4.0.0-beta.2
Thanks Dan
Issue Analytics
- State:
- Created 6 years ago
- Reactions:5
- Comments:12 (8 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@GavinSutherland See https://github.com/FezVrasta/popper.js/issues/636#issuecomment-474572516.
Thanks @caseyjhol … I’ll go check that out