Opened 17 years ago
Closed 17 years ago
#2248 closed Bug (fixed)
FF: FCK.InsertHtml( ' ') inserts a plain space
| Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor 2.6.2 |
| Component: | General | Version: | |
| Keywords: | Confirmed Firefox Review+ | Cc: |
Description (last modified by )
The FCK.InsertHtml( ' ') call inserts a plain space in the selection, instead of the proper char.
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by
| Description: | modified (diff) |
|---|---|
| Summary: | FF: FCK.InsertHtml( ' ') inserts a plain space → FF: FCK.InsertHtml( ' ') inserts a plain space |
Changed 17 years ago by
| Attachment: | 2248.patch added |
|---|
comment:2 Changed 17 years ago by
| Keywords: | Review? added |
|---|---|
| Milestone: | → FCKeditor 2.6.1 |
comment:3 Changed 17 years ago by
| Keywords: | Review+ added; Review? removed |
|---|
comment:4 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Fixed with [2070]. Click here for more info about our SVN system.

The provided patch includes a trick similar to the one used in the IE implementation.
This problem is related to a FF bug. I've reported it here: https://bugzilla.mozilla.org/show_bug.cgi?id=437044