Opened 10 years ago
Last modified 10 years ago
#14620 closed Bug
Autogrow plugin should reset iframe's html height — at Initial Version
| Reported by: | Marek Lewandowski | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.9 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
This issue comes from https://www.drupal.org/node/2239419.
What happens there is that D8 is overriding height attribute for html element, by setting it to 100%. This breaks the autogrow plugin.
To prevent that we could set html's element height to auto in initIframeAutogrow and it should work just fine.
You'll find some useful findings here https://www.drupal.org/node/2239419#comment-10906692.
