Opened 14 years ago
Last modified 14 years ago
#7073 closed Bug
Image dialog should not allow zero for width and height fields — at Initial Version
Reported by: | Satya Minnekanti | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, James Cunningham |
Description
Image dialog allows zero to be entered for image width and height. When zero is entered the image is not visible and it is difficult to select and edit the image's properties.
The Image dialog also allows zero to be entered for Horizontal Space, Vertical Space and Border. A value of zero does not cause a visual effect, but an inline style is applied. The inline style should not be applied if it has no effect.
Either validation should not allow a value of zero, or zero can be allowed but it results in no inline style being applied.
Note: Microsoft Word does not allow a value of zero for image width and height.