Opened 11 years ago
Closed 11 years ago
#1343 closed defect (cantfix)
Different behaviour between IE7 and FF3 with colored links.
Reported by: | guest | Owned by: | gogo |
---|---|---|---|
Priority: | normal | Milestone: | 0.96 |
Component: | Xinha Core | Version: | trunk |
Severity: | normal | Keywords: | |
Cc: |
Description
Hi,
How to reproduce the problem: (It is possible to reproduce the problem on the xinha demo page withh FF3: http://xinha.raimundmeyer.de/x_examples/ext_example.html)
1: With FIREFOX 3 display an html page containing 2 xinha editors
2: In the first editor in html mode (not in wysiwyg) insert a link containing a color attribute like as follow:
<a style="color: red;" href="http://test.test.test">Test</a>
3: Switch in wysiwyg mode -> The link is blue and not red.
4: Click on the second editor -> the link becomes red
5: Click again on the first editor -> the link becomes blue again.
This behaviour is not present on IE7 (The link stay always red)
An other point: If the link as already been visited by the navigator used for the test then the it appears to be red and not blue.
Thanks for any comments.
Regards.
SB
Attachments (1)
Change History (2)
Changed 11 years ago by guest
comment:1 Changed 11 years ago by ray
- Resolution set to cantfix
- Status changed from new to closed
For reasons beyond our influence, Firefox always displays links in editable content in a standard colour
Problem's screenshot