Opened 18 years ago
Closed 18 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 18 years ago by
comment:2 Changed 18 years ago by
| Milestone: | FCKeditor 2.6 → FCKeditor 2.5 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
So it seams to be safe to change it.
Fixed with [961]. Click here for more info about our SVN system.

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.