Opened 10 years ago
Last modified 10 years ago
#14620 closed Bug
Autogrow plugin should reset iframe's html height — at Version 3
| Reported by: | Marek Lewandowski | Owned by: | kkrzton |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.5.9 |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description (last modified by )
This issue comes from https://www.drupal.org/node/2239419.
What happens there is that D8 is overriding min-height attribute for body element which with connection to height: 100% for html breaks the autogrow plugin.
To prevent that we could set body's element min-height (and probably height) to auto in initIframeAutogrow and it should work just fine. Note that it cannot be solved by setting html's element height to auto due to gecko wyswigarea plugin fix.
You'll find some useful findings here https://www.drupal.org/node/2239419#comment-10906692.
Change History (3)
comment:1 Changed 10 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 10 years ago by
| Owner: | set to kkrzton |
|---|---|
| Status: | confirmed → assigned |
comment:3 Changed 10 years ago by
| Description: | modified (diff) |
|---|
