Modify ↓
#4751 closed defect (wontfix)
Wiki Header with wiki word dont display red in firefox has they do in IE
| Reported by: | anonymous | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wiki system | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Hello,
If I use a wikiword in a heading like this, in IE it will be displayed in red has any wiki word do, but in firefox 1.5.0.9 win/linux it will not be red
trac version = 0.9 or 0.10
AwikiWordHere
or
this is just to test
Will give the same result the wiki word wont be red in forefox
Thanks
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Resolution: | → wontfix |
|---|---|
| Severity: | normal → trivial |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Firefox renders this correctly. IE does not support the CSS property
color: inherit;so it incorrectly uses the red color used for Wiki links elsewhere. This is a minor issue and I don't see a convenient workaround, so if you'd like this fixed please ask Microsoft to make their browser standards-compliant.