image2: dialog allows resizing beyond minimum allowed size #2673
Labels
plugin:image2
The plugin which probably causes the issue.
resolution:by-design
Described behavior is a part of feature design and is not expected to be changed.
type:bug
A bug.
Type of report
Bug
Provide detailed reproduction steps (if any)
width: 1
height: 1
OK
.Expected result
Alert appears saying that minimum allowed width/height is 15px.
Actual result
Dialog validation passes and image is very small.
Other details
https://github.com/ckeditor/ckeditor-dev/blob/7c937e875c35b9bd333fcc5de9c0910a2584ad34/plugins/image2/plugin.js#L1317-L1322
Image resizer can resize to minimum 15px width/height, however image dialog doesn't implement this in any way.
The text was updated successfully, but these errors were encountered: