Summernote: Problem in Scrollable container and fullscreen features

Created on 8 Feb 2018  路  3Comments  路  Source: summernote/summernote

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.

Most helpful comment

This is how I fixed it:

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

All 3 comments

Version 0.8.10 still has this issue.

This is how I fixed it:

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

Thank you @swbeeton your style solved this issue correctly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dandv picture dandv  路  4Comments

lqez picture lqez  路  3Comments

semplon picture semplon  路  3Comments

chrismaliszewski picture chrismaliszewski  路  4Comments

johandanforth picture johandanforth  路  3Comments