#14620 closed Bug (fixed)
Autogrow plugin should reset iframe's html height
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 (6)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Owner: | set to kkrzton |
---|---|
Status: | confirmed → assigned |
comment:3 Changed 9 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 9 years ago by
Status: | assigned → review |
---|
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
comment:6 Changed 9 years ago by
Fixed with git:8c6c99a7c526132e917cc46a3858be92a9d45c3c on master.
Pushed changes to t/14620.