Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#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:2 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: Confirmed SF CantFix added; SF-1230485 removed
Resolution: wontfix
Status: newclosed

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 16 years ago by Thomas Tallyce

Confirmed still a problem in FCKeditor 2.6 on WinXP/Firefox3b4. (Am aware that it requires Mozilla to fix.)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy