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
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

mrthumpz - June 2, 2009 - 21:22
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.

#2

Jorrit - July 7, 2009 - 15:50

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

#3

Jorrit - July 7, 2009 - 17:01
Status:active» postponed (maintainer needs more info)

#4

Jorrit - July 25, 2009 - 08:38
Status:postponed (maintainer needs more info)» closed

Closed because of inactivity.

 
 

Drupal is a registered trademark of Dries Buytaert.