[wp-trac] [WordPress Trac] #18011: Different colors not shown in visual editor for strong text
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 8 16:59:12 UTC 2011
#18011: Different colors not shown in visual editor for strong text
---------------------------+------------------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Bundled Theme | Version: 3.2
Severity: trivial | Resolution:
Keywords: close |
---------------------------+------------------------------
Comment (by pavelevap):
Tested once again in IE9 and Firefox.
After following steps above, I received in HTML editor:
{{{
<span style="color: #339966;"><strong>kjhjb</strong></span>
}}}
I tried also Firebug and I can see:
{{{
<span data-mce-style="color: #339966;" style="color: #339966;">
<strong>kjhjb</strong>
</span>
}}}
For span is applied inline color, but for strong is applied * { color:
#333333; }
from editor-style.css.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/18011#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list