#303 closed Bug (wontfix)
Stylesheet link styles not applied in Firefox
Reported by: | Thomas Tallyce | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Confirmed SF CantFix | Cc: |
Description
This is a continuation of bug 1230485 at http://sourceforge.net/tracker/index.php?func=detail&aid=1314815&group_id=75348&atid=543656
In Firefox, styles for 'a' tags are not carried over into the editor window.
When specifying a stylesheet using the EditorAreaCSS configuration setting, link styling is not inherited when using Firefox. (IE works fine.)
For instance, if I have the same stylesheet set for both the page and the EditorAreaCSS as
a {text-decoration: none;}
the underlining is not applied to links in the main part of the page, but underlining IS still applied within the editor area.
(PS a:hover {text-decoration: underline;} doesn't work on either Firefox/IE6, but then I wouldn't expect them to really.)
Confirmed that this remains a problem using FCKeditor 2.4.1 and WinXP/Firefox 2.0.0.3.
Problem is known about by Mozilla developers; see: https://bugzilla.mozilla.org/show_bug.cgi?id=300358
Change History (3)
comment:1 Changed 18 years ago by
comment:2 Changed 17 years ago by
Keywords: | Confirmed SF CantFix added; SF-1230485 removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
We can't do much regarding this one. The only solution for it is marking the rule with !important:
a { text-decoration: none !important; }
comment:3 Changed 17 years ago by
Confirmed still a problem in FCKeditor 2.6 on WinXP/Firefox3b4. (Am aware that it requires Mozilla to fix.)
Sorry, first URL should be http://sourceforge.net/tracker/?group_id=75348&atid=543653&func=detail&aid=1230485