#8055 closed Bug (fixed)
Allow captions that include entities to be edited through the dialog
Reported by: | Sa'ar Zac Elias | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.6.1 |
Component: | Core : Tables | Version: | 3.6.1 |
Keywords: | Cc: |
Description
FUP of #6663.
It is now impossible to edit html in table captions thorugh the dialog, but we should support entities in there, e.g. non-breaking spaces.
Attachments (3)
Change History (13)
Changed 13 years ago by
Attachment: | 8055.patch added |
---|
comment:1 Changed 13 years ago by
Component: | General → Core : Tables |
---|---|
Owner: | set to Garry Yao |
Status: | new → review |
comment:2 Changed 13 years ago by
Status: | review → review_failed |
---|
Changed 13 years ago by
Attachment: | 8055_2.patch added |
---|
comment:3 Changed 13 years ago by
Status: | review_failed → review |
---|
Second patch takes care of this, but seems to work in IE only, anyway we can proceed with this which is considered as the correct way and leave other hacks later.
comment:4 Changed 13 years ago by
Status: | review → review_failed |
---|
Actually it doesn't seem to work in any browser, giving a JS error instead.
Changed 13 years ago by
Attachment: | 8055_3.patch added |
---|
comment:5 Changed 13 years ago by
Status: | review_failed → review |
---|
comment:6 Changed 13 years ago by
Status: | review → review_failed |
---|
Doesn't work when multiple spaces are in the initial caption text (when creating a table, not editing it).
comment:7 Changed 13 years ago by
Status: | review_failed → review |
---|
#8075 is opened for the white-spaces issue, please continue to review 8055.patch.
comment:9 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed with [7057].
comment:10 Changed 13 years ago by
Since it was possible to edit such captions in 3.6, I have removed the changelog entry with [7058].
Putting spaces inside the dialog field inserts plain spaces instead of the expected non-breakable spaces.