Opened 14 years ago
Closed 11 years ago
#7137 closed Bug (fixed)
insertHtml( ' ') inserts a plain space
Reported by: | Wiktor Walc | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Firefox IE | Cc: |
Description
Basically, this is a copy of #2248.
The editor.insertHtml( ' ') call inserts a plain space in the selection, instead of the proper char.
Confirmed on Firefox, Safari.
Change History (5)
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 13 years ago by
Keywords: | Firefox IE added |
---|
comment:4 Changed 12 years ago by
In editor 4.x or CKE 3.x
Whether you use CKEDITOR.instances.editor1.insertHtml( ' ');
or api sample to insert
you will get nothing when switching to source and back.
comment:5 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed in CKEditor 4.0.
I have checked it under latest browsers.
Looks like the issue is only reproducible in IE an Firefox. In Webkit and Opera seems to be fine.