﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
750	Comment tags around inline styles disable styles	severy@…		"If style definitions are enclosed within comment tags,
they are ignored by the editor. You can see an
example of this with the following HTML:


{{{
<style type=""text/css"" media=""screen""><!--
p {
color: #333;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss,
SunSans-Regular }
td {
color: #333;
font-size: 12px;
font-family: Arial, Helvetica, Geneva, Swiss,
SunSans-Regular }
a { color: #c33; font-size: 13px; font-weight: bold;
text-decoration: none }
a:hover {
color: black }
--></style>
}}}


In the web browser, the above style definitions work
fine. When the content was loaded into the editor,
however, the styles are ignored because they are
encased in the comment tags.
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1511456&group_id=75348&atid=543653"	Bug	closed	Normal		General	SVN (FCKeditor) - Retired	wontfix		lizl@… severy@… liuspider@…
