Opened 17 years ago
Closed 17 years ago
#1814 closed Bug (duplicate)
IE7:textcolor in span style doesn't work
Reported by: | hans88 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : MediaWiki+FCKeditor | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed IE | Cc: |
Description
Found another bug. I use Mediawiki 1.11. with the FCK-Editor from this page (http://www.mediawiki.org/wiki/Extension:FCKeditor_%28by_FCKeditor_and_Wikia%29) While using the Firefox all works fine. The Problem came with the Internet Explorer 7. If I want to adapt the text color or using other text formatting the IE7 can't handle with the following code: <span style="color: rgb(63, 255, 10);">colored Text</span> I have found out that <font color="#3FFF0A">colored Text</font> is working in IE7 and in Firefox. Can you reproduce this problem?
Change History (2)
comment:1 Changed 17 years ago by
Keywords: | IE7 colored Text removed |
---|
comment:2 Changed 17 years ago by
Keywords: | Confirmed IE added |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Summary: | IE7 and HTML-Code "<span style=" --> used for Textcolor → IE7:textcolor in span style doesn't work |
Version: | → SVN |
Confirmed in IE and IE7: it seems that IE isn't accepting the html style value.
This is a DUP of #1737