Opened 15 years ago
Closed 15 years ago
#5769 closed Bug (fixed)
­ entity not converted when config.entities=false
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.4.1 |
Component: | General | Version: | |
Keywords: | IBM Confirmed | Cc: | satya_minnekanti@… |
Description
When config.entities=false, the expectation is that getData() returns the actual character for ­ and not the html entity "­". In IE and Safari, the entity "­" is returned.
FF works as expected.
Attachments (3)
Change History (9)
comment:1 Changed 15 years ago by
Cc: | satya_minnekanti@… added |
---|
Changed 15 years ago by
Attachment: | 5769.patch added |
---|
comment:2 Changed 15 years ago by
Keywords: | Confirmed Review? added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 5769_2.patch added |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Milestone: | CKEditor 3.4 → CKEditor 3.5 |
---|
comment:5 Changed 15 years ago by
Status: | review → review_passed |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed by [5872].
New patch handles also the requirement from #5421 of force using numerical presentation of all entities.