Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown bug with initial position in IE 11 #1300

Closed
Dani216 opened this issue Nov 7, 2017 · 6 comments
Closed

Dropdown bug with initial position in IE 11 #1300

Dani216 opened this issue Nov 7, 2017 · 6 comments

Comments

@Dani216
Copy link

Dani216 commented Nov 7, 2017

Hi everyone,

I have same issue as is in docs, do you have any advice how to solve this? After click on menu item it opens the dropdown, but initial position of dropdown is left and that cause stretching body tag and move screen to the left.
It works in Chrome but in IE11 not, sadly IE11 is important for us.

  1. Open IE 11
  2. Goto https://bootstrap-vue.js.org/docs/components/button-group/#dropdown-menu-support
  3. Resize browser to approximatly 520px

bootstrap-vue-bug

  • Windows 10, IE11, 1.0.0-beta.9

Thanks
Dan

@mosinve
Copy link
Member

mosinve commented Nov 7, 2017

have you tried to explicitly define opening position of dropdown menu by right prop, as described here https://bootstrap-vue.js.org/docs/components/dropdown#menu-left-and-right-alignment ?

update Ah...i see... yes prop is set ;)

@mosinve
Copy link
Member

mosinve commented Nov 7, 2017

Checked at Windows 8.1 IE10 - works ok

@Dani216
Copy link
Author

Dani216 commented Nov 7, 2017

Here similar code to main, also I upgrade version to 1.0.0:
https://jsfiddle.net/pow8fbsh/2/

Try multiple-times click to dropdown. You will see similar behavior as above.
!All menu items must be in one row.

Before click to dropdown menu item:
Screenshot from Gyazo

After:
Screenshot from Gyazo

@tmorehouse
Copy link
Member

Do you see a similar issue in regular bootstrap V4.beta.2 markup/jQuery? just wondering if this might be an upstream issue with Bootstrap and Popper.js positioning.

@tmorehouse
Copy link
Member

It appears that dropdown buttons in general inside button groups do not render correctly in IE11 (notice the middle dropdown button's caret is partially obscured by the button to the right of it).

@tmorehouse
Copy link
Member

This also appears in native Bootstrap V4 CSS issue with IE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants