Opened 16 years ago
Closed 12 years ago
#2560 closed Bug (wontfix)
Background color applied to Text in IE when I select all
Reported by: | murray5 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | IE | Cc: |
Description
If I have a background color set in my css, then I go Select All, and then type and then save. The background color gets applied to all my text with <font style="background-color:(a color);">my text</font>.
This only happens in IE, firefox it does not.
I have made a work around for this, attached is the plugin I wrote the does the select all pretty well.
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | fckplugin.js added |
---|
comment:1 Changed 16 years ago by
Keywords: | Confirmed IE HasPatch added |
---|
Steps to reproduce:
-Set body background in CSS file
body {background-color:#dddddd}
-Reload fckeditor
-Select all (CTRL+A)
-Type 'a' (without backspace)
-Back to source:
in IE7: <p><font style="background-color: #dddddd">a</font></p>
int FF3,Safari: <p>a</p>
comment:2 Changed 16 years ago by
Component: | Core : Styles → General |
---|
comment:3 Changed 12 years ago by
Keywords: | HasPatch removed |
---|---|
Resolution: | → wontfix |
Status: | confirmed → closed |
FCKeditor was retired and is no longer supported. All active development was moved to its successor, CKEditor 3.x, that is a fully mature and far superior product. We recommend you upgrade as soon as possible since this issue is no longer a problem in current code base.
Plugin for select all work around.