Opened 14 years ago
Closed 14 years ago
#7351 closed Bug (fixed)
Image dialog: width/height must be a number
Reported by: | Wiktor Walc | Owned by: | Sa'ar Zac Elias |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | General | Version: | 3.5.3 |
Keywords: | Cc: |
Description
When inserting an image, width and height fields are optional.
However, when left empty, after pressing the "Ok" button, CKEditor shows two alert messages: "Width must be a number", "Height must be a number".
Introduced with [6555]. Confirmed at least in IE8. Note: "0" should not be allowed, but empty values should be still allowed.
Attachments (2)
Change History (6)
Changed 14 years ago by
Attachment: | 7351.patch added |
---|
comment:1 Changed 14 years ago by
Owner: | set to Sa'ar Zac Elias |
---|---|
Status: | new → review |
Changed 14 years ago by
Attachment: | 7351_2.patch added |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Status: | review → review_passed |
---|
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [6592].
Patch updated according to [6589] (which is also missing the same fix for the height field).