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

Problem in Scrollable container and fullscreen features #2688

Closed
JavaTMP opened this issue Feb 8, 2018 · 3 comments
Closed

Problem in Scrollable container and fullscreen features #2688

JavaTMP opened this issue Feb 8, 2018 · 3 comments

Comments

@JavaTMP
Copy link

JavaTMP commented Feb 8, 2018

Thank you a lot for helpful and important plugin.

steps to reproduce

  1. create normal html div or textarea tags.
  2. create a summernote instance for it in a long container that exceed the windows height.
  3. The issues arise in editor body scroll and when you press fullscreen something calculated wrongly for the editor body.

browser version and os version and summernote version

What is your browser and OS?
windows 7
windows 10
chrome
explorer 11

What is your summernote version? 0.8.9

screenshot of issue

Screenshots which show my issues:
1
2
3

The following jsfiddle could reproduce the issues: https://jsfiddle.net/javatmp/30an2nu2/

Kindly, provide me with any solutions or suggestion for these issues.

@JavaTMP
Copy link
Author

JavaTMP commented Feb 20, 2018

Version 0.8.10 still has this issue.

@swbeeton
Copy link

This is how I fixed it:

.note-toolbar-wrapper {
    height: auto !important;
}

@JavaTMP
Copy link
Author

JavaTMP commented Mar 12, 2018

Thank you @swbeeton your style solved this issue correctly.

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

2 participants