Opened 14 years ago

Closed 14 years ago

#5943 closed Bug (fixed)

Incorrect handling of height and width value in image dialog

Reported by: Sa'ar Zac Elias Owned by: Sa'ar Zac Elias
Priority: Normal Milestone: CKEditor 3.4
Component: General Version: SVN (CKEditor) - OLD
Keywords: Review+ Cc:

Description

Steps to reproduce

  • Open a sample in IE and open the image dialog.
  • Go to the height or width fields, and type a value that ends with percent sign or the 'px' suffix.

An error occurs.

Attachments (2)

5943.patch (942 bytes) - added by Sa'ar Zac Elias 14 years ago.
5943_2.patch (999 bytes) - added by Sa'ar Zac Elias 14 years ago.

Download all attachments as: .zip

Change History (8)

Changed 14 years ago by Sa'ar Zac Elias

Attachment: 5943.patch added

comment:1 Changed 14 years ago by Sa'ar Zac Elias

Status: newassigned

comment:2 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review- added; Review? removed
Milestone: CKEditor 3.4

Well... we still need to have the "px" if only a number is provided.

The thing is that the dialog has been created to accept only numbers on the dimension fields. So, if anything is to be done here, we must simply provide validation on those fields.

Changed 14 years ago by Sa'ar Zac Elias

Attachment: 5943_2.patch added

comment:3 Changed 14 years ago by Sa'ar Zac Elias

Keywords: Review? added; Review- removed
Milestone: CKEditor 3.4

That was my original thought, but looking at the code I realized that there is an intention to accept values with the percent sign and the 'px' suffix. I'm attaching a new patch that adds the 'px' suffix if necessary.

comment:4 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Review+ added; Review? removed

Ok... that's a good way for it also.

comment:5 Changed 14 years ago by Sa'ar Zac Elias

Fixed [5679].

comment:6 Changed 14 years ago by Sa'ar Zac Elias

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy