Opened 14 years ago
Closed 14 years ago
#7993 closed Bug (fixed)
Error suggestion not correct when we enter invalid values for Cell spacing & Cell padding fields in Table dialog
Reported by: | Satya Minnekanti | Owned by: | Anna Tomanek |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | General | Version: | 3.0 |
Keywords: | IBM | Cc: | Damian, Teresa Monahan |
Description
To reproduce the defect:
In the Table Properties enter invalid values(-20 or 35ex) for Cell spacing and press OK button.
Expected Result: An error dialog comes up with a waring message Cell spacing must be a positive number.
Actual Result: An error dialog comes up with a waring message Cell spacing must be a number
we should clearly mention in the Error message that that user should use positive numbers.
same issue when we enter invalid value for Cell padding
This is not satisfying the criteria for A11y Checkpoint 3.3
Attachments (1)
Change History (9)
comment:1 follow-up: 2 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:2 Changed 14 years ago by
Version: | 3.0 → 3.6.1 (SVN - trunk) |
---|
comment:3 follow-up: 4 Changed 14 years ago by
@satya - is it possible that you have modified your local copy of en.js?
invalidCellSpacing
string was set to 'Cell spacing must be a number.' in CKEditor 3.6.
http://dev.ckeditor.com/browser/CKEditor/releases/latest/_source/lang/en.js#L274
comment:4 Changed 14 years ago by
Replying to wwalc:
@satya - is it possible that you have modified your local copy of en.js?
invalidCellSpacing
string was set to 'Cell spacing must be a number.' in CKEditor 3.6.http://dev.ckeditor.com/browser/CKEditor/releases/latest/_source/lang/en.js#L274
@wwalc I have spoken to our dev team and they confirmed that we modified our local copy of en.js file They informed me that they will fix it in our internal builds,but it's always nice to be fixed on your end with corect suggestion. so we will leave the ticket open.
comment:5 Changed 14 years ago by
Milestone: | → CKEditor 3.6.1 |
---|---|
Version: | 3.6.1 (SVN - trunk) → 3.0 |
Definitely makes sense, just wanted to make sure it's not a regression. It's a simple change so let's have it in 3.6.1.
Changed 14 years ago by
Attachment: | 7993.patch added |
---|
comment:6 Changed 14 years ago by
Owner: | set to Anna Tomanek |
---|---|
Status: | confirmed → review |
Since it is that simple, I will gladly become the owner of my very first ticket and put the "patch" on review ;)
comment:7 Changed 14 years ago by
Status: | review → review_passed |
---|
Let's correct it also in other languages where we are able to do it.
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7025].
Replying to j.swiderski:
@j.swiderski Correct Error Message shown in 3.6 & message was changed only in 3.6.1.
In 3.6 Error Message is Cell spacing must be a positive number.
In 3.6.1 Error Message is Cell spacing must be a number.