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

Dropup without .btn-group does not work correctly. #15142

Closed
vsn4ik opened this issue Nov 15, 2014 · 4 comments
Closed

Dropup without .btn-group does not work correctly. #15142

vsn4ik opened this issue Nov 15, 2014 · 4 comments

Comments

@vsn4ik
Copy link
Contributor

vsn4ik commented Nov 15, 2014

In third example .dropdown-menu Is located outside the screen (top left).

Reproduce issue: http://jsbin.com/nixaruqaqo/1/edit?html,output.

@twbs-lmvtfy
Copy link

Hi @vsn4ik!

You appear to have posted a live example (http://jsbin.com/nixaruqaqo/1/edit), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:

  • W002: <head> is missing X-UA-Compatible <meta> tag that disables old IE compatibility modes

You'll need to fix these errors and post a revised example before we can proceed further.
Thanks!

(Please note that this is a fully automated comment.)

@vsn4ik
Copy link
Contributor Author

vsn4ik commented Nov 15, 2014

Fixed. The same link for test: http://jsbin.com/nixaruqaqo/1/edit?html,output.

@vsn4ik
Copy link
Contributor Author

vsn4ik commented Nov 16, 2014

.dropdown .dropup fixed this. I believe it is necessary to add an example in the documentation and close this issue.

@cvrebert cvrebert added this to the v3.3.2 milestone Nov 16, 2014
@cvrebert
Copy link
Collaborator

Yes, http://getbootstrap.com/components/#btn-dropdowns-dropup seems to imply that .dropdown isn't necessary, but it seems that it is for your case.
And .dropup isn't currently mentioned in http://getbootstrap.com/components/#dropdowns at all.

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

Successfully merging a pull request may close this issue.

3 participants