My code:
<cfajaximport tags="cfform,cfwindow,cfdiv">
<html>
<head>
<title></title>
</head>
<body>
<cfwindow width="500" height="310" center="true"
name="test" title="Test"
initshow="true" draggable="true" resizable="false" modal="true"
closable="true"
headerstyle="color:red;font-size:18px;"/>
</body>
</html>
Header of the window does not change. I s this a bug?