Opened 17 years ago

Closed 17 years ago

#1328 closed New Feature (fixed)

Use -moz-hyperlinktext in fck_editingarea.css

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version:
Keywords: Firefox Cc:

Description

In the fck_editingarea.css file, we are defining:

a[href]
{
    color: #0000FF !important;
}

Probably we'll have more real result with:

a[href]
{
    color: -moz-hyperlinktext !important;
}

It should work with Firefox 2, but we need to check the availability of the "-moz-hyperlinktext" keyword on previous versions.

Change History (2)

comment:1 Changed 17 years ago by Alfonso Martínez de Lizarrondo

That keyword was added in https://bugzilla.mozilla.org/show_bug.cgi?id=57757 five years ago, so any version after Mozilla 1.3 should have it and we are safe.

Using a -moz keyword also means that Opera and Safari will ignore it, and I think that this is good in this case, after all that rule is there only to workaround a Mozilla bug.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.6FCKeditor 2.5
Resolution: fixed
Status: newclosed

So it seams to be safe to change it.

Fixed with [961]. Click here for more info about our SVN system.

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