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

drop-down menus isn't working #59

Closed
yn-coder opened this issue Aug 29, 2014 · 9 comments
Closed

drop-down menus isn't working #59

yn-coder opened this issue Aug 29, 2014 · 9 comments

Comments

@yn-coder
Copy link

django-summernote works, but drop-down menus isn't working. Style button and Line height buttons are virible, but doesn't roll out.

Simple buttons are work well.

Options taken from your readme.md. https://github.com/lqez/django-summernote#options
2014-08-29 12_02_28-example com _ edit org

Example project already use the bootstrap - may be, some conflict?

@lqez
Copy link
Member

lqez commented Aug 29, 2014

It must be caused by a duplication of including jQuery. See #51

@yn-coder
Copy link
Author

I was trying

@lqez
Copy link
Member

lqez commented Sep 16, 2014

Any updates?

@yn-coder
Copy link
Author

Sorry for long time waiting. I have a lot of bugs in "legacy" templates, and need some time to clean it up.

Thank you.

@yn-coder
Copy link
Author

I remove duplicated bootstraps, and Style dropdown is working now.

Thank you.

@lqez
Copy link
Member

lqez commented Sep 22, 2014

👍, thank you for reporting again!

@Nithyakumar14
Copy link

Hi everybody
I agree this is bootstrap issue but if "li a" link convert to div tag this problem Solved
Like:

  • test

to convert:
  • test

check it out if not get you let me know i will provide complete solution

Thank you

@gilgzz18
Copy link

I have the same problem but with bootstrap

NOTE: All buttons work, except those with dropdown menu

Regards,
Gilberto

@muhannadabbady
Copy link

in the summernote.css
find
.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0}
change to
.panel-heading.note-toolbar{padding:0 0 5px 5px;margin:0;overflow-y: unset;}

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

No branches or pull requests

5 participants