Changes between Initial Version and Version 2 of Ticket #13594
- Timestamp:
- Aug 19, 2015, 2:58:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13594
-
Property
Status
changed from
newtoclosed -
Property
Summary
changed from
editor.resize(...) not working for CSS size units other than pxtoeditor.resize(...) not working for CSS size units -
Property
Version
changed from
4.5.1to3.0 - Property Keywords resize removed
-
Property
Resolution
changed from
toduplicate
-
Property
Status
changed from
-
Ticket #13594 – Description
initial v2 2 2 3 3 So {{{ ckeditor.resize(100, 100) }}} works and so does {{{ckeditor.resize('100px', '100px')}}} but {{{ckeditor.resize('100em', '100em')}}} doesn't. 4 5 Edit: I persionally could not get it working with any CSS unit, even px.
