﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
10531	Problems with 4.1.2 release	Dennis Plotzke		"Hi,

We are experiencing the following new issues with the 4.1.2 release:

1) setData with html formatted text no longer works for having the editor start off with an Alpha list (see snippet below).

CKEditor.setData('<ol start=""1"" style=""list-style-type: upper-alpha;""><li></ol>');

2) setData with html data no longer utilizes the styles contained in the html (see attachment for html that is used in setData() call.  The headers for the pre-formatted table should be light blue, but are appearing without styling.  See the included codeblock at the bottom of this issue which is used in the setData() call.

3) The content menu no longer shows ""Numbered List Properties"" in the dropdown.

Dennis


{{{
<style type=""text/css"">
    .hwhlTable {
        width: 100%;
    }

    .hwhlHeaderRow {
         width: initial;
         border: solid windowtext 1.0pt; 
         border-left: none; 
         background: #E5EFF2; 
         padding: 0in 5.4pt 0in 5.4pt; 
         height: 47.85pt;
    }

    .hwklRow {
         width: 149.5pt;
         border-top: none; 
         border-left: none; 
         border-bottom: solid windowtext 1.0pt; 
         border-right: solid windowtext 1.0pt; 
         padding: 0in 5.4pt 0in 5.4pt; 
         vertical-align:middle;
    }

    .MsoNormal {
    }
    
</style>
<table class=""hwhlTable"" border=""1"" cellspacing=""0"" cellpadding=""0"" width=""100%""
    style='width: 100%; border-collapse: collapse; border: none;'>
    <tr style='height: 47.85pt'>
        <td width=""25%"" valign=""top"" style='width: 1.7in; border: solid windowtext 1.0pt; mso-border-alt: solid windowtext .5pt; background: #E5EFF2; padding: 0in 5.4pt 0in 5.4pt; height: 47.85pt'>
            <p class=""MsoNormal"" align=""center"" style='margin-bottom: 0in; margin-bottom: .0001pt; text-align: center; line-height: normal'>
                What do you know?
            </p>
        </td>
        <td width=""25%"" valign=""top"" class=""hwhlHeaderRow"">
            <p class=""MsoNormal"" align=""center"" style='margin-bottom: 0in; margin-bottom: .0001pt; text-align: center; line-height: normal'>
                What do you want to know?
            </p>
        </td>
        <td width=""25%"" valign=""top"" class=""hwhlHeaderRow"">
            <p class=""MsoNormal"" align=""center"" style='margin-bottom: 0in; margin-bottom: .0001pt; text-align: center; line-height: normal'>
                How will you learn?
            </p>
        </td>
        <td width=""25%"" valign=""top"" class=""hwhlHeaderRow"">
            <p class=""MsoNormal"" align=""center"" style='margin-bottom: 0in; margin-bottom: .0001pt; text-align: center; line-height: normal'>
                What have you learned?
            </p>
        </td>
    </tr>
    <tr>
        <td valign=""top"" class=""hwklRow"" style='border: solid windowtext 1.0pt;'>
            <p class=""MsoNormal"" style='margin-bottom: 0in; margin-bottom: .0001pt; line-height: normal'>
            </p>
        </td>
        <td valign=""top"" class=""hwklRow"">
            <p class=""MsoNormal"" style='margin-bottom: 0in; margin-bottom: .0001pt; line-height: normal'>
            </p>
        </td>
        <td valign=""top"" class=""hwklRow"">
            <p class=""MsoNormal"" style='margin-bottom: 0in; margin-bottom: .0001pt; line-height: normal'>
            </p>
        </td>
        <td valign=""top"" class=""hwklRow"">
            <p class=""MsoNormal"" style='margin-bottom: 0in; margin-bottom: .0001pt; line-height: normal'>
            </p>
        </td>
    </tr>
</table>

}}}

"	Bug	closed	Normal		General		invalid		
