Ticket #521 (closed defect: wontfix)

Opened 8 years ago

Last modified 8 years ago

Firefox bug: link color of stylesheet is lost when clicking in editor

Reported by: anonymous Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version:
Severity: major Keywords: firefox link color
Cc:

Description

Modify full_example-body.html as follows to reproduce the problem:

1. Use xinha_config.pageStyleSheets = .. to add a stylesheet
2. Add a {color:red;} to the stylesheet file
3. Add <a href="#">This test link should be red</a> to sample text
4. Launch sample in Firefox -> You will notice that the link is red like expected
5. Click inside the editor to make changes => Link color changes to blue

Used firefox version: 1.0.7

Works fine in IE 6

Change History

Changed 8 years ago by anonymous

  • severity changed from normal to major

Changed 8 years ago by niko

i can confirm this. (alhtough its imho not a major problem :D)

Changed 8 years ago by bongobongo

If you use this workaround for setting the color then it also works in FF.

style="color:red !important"

Changed 8 years ago by gogo

  • status changed from new to closed
  • resolution set to wontfix

This is gecko behaviour, can't and WONTFIX.

Note: See TracTickets for help on using tickets.