FCK editor window & Link properties
cryptinitedemon - April 16, 2009 - 20:49
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | HEAD |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
So I noticed this today. With FCKeditor you can specify a stylesheet to use for the editor window.
Well it applies fine except for some versions of links
I noticed the following in referencing the following code
1.<a href="http://someaddress.com">Link</a>
2.<a href="">Link</a>
3.<a href="/some/file/path.html"</a>In the case of number 1 & 3, fckeditor will not apply the style. It will keep it looking like the default blue link styles. This is only in the editor window. Preview shows up fine.
In the case of number 2, a blank href will apply the style properly to the link.

#1
using !important on the a{color:} style will work, but it will also cause other items to use the a:color which may be undesirable (such as admin_menu).
I can see the correct color in Firebug (not crossed out), but it is not being inherited for some reason.
#2
Does it also happen on FCKeditor instances outside Drupal? Then it's an FCKeditor bug.
#3
#4
Closed because of inactivity.