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.

Comments

mrthumpz’s picture

Title: FCK editor winow & Link properties » FCK editor window & Link properties

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.

Jorrit’s picture

Does it also happen on FCKeditor instances outside Drupal? Then it's an FCKeditor bug.

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)
Jorrit’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Closed because of inactivity.