Opened 10 years ago
Last modified 10 years ago
#13594 closed Bug
editor.resize(...) not working for CSS size units other than px — at Initial Version
| Reported by: | loeing | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.0 |
| Keywords: | Cc: |
Description
When the ckeditor.resize(...) function is run with any of the CSS size units such as em, rem and %, the size of the editor doesn't change.
So ckeditor.resize(100, 100) works and so does ckeditor.resize('100px', '100px') but ckeditor.resize('100em', '100em') doesn't.
