Posted by cryptinitedemon on April 16, 2009 at 8:49pm
Jump to:
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | master |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#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.