editor.resize() doesn't work with CSS units #1883
Labels
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
CKEDITOR.instances[ 'your-instance-name' ].resize( '500em', '500em' )
Expected result
Editor is resized.
Actual result
Nothing happens
Other details
According to docs you should be able to pass
Note: None of other CSS are working.
The text was updated successfully, but these errors were encountered: