Many function don't work with a styled content

  •  12-01-2007, 12:25 AM

    Many function don't work with a styled content

    Go to http://cutesoft.net/example/general.aspx
    1. Input the test data below.
    2. Ctrl-A to select all content.
    3. Try to click some button on toolbar
    4. Many function do not work. Bold, Italic, Font Color, Set Font Type, Font Size , Lower Case (upper case work correctly) 
     
    <table style="margin-left: 0px; margin-right: 0px; border-collapse: collapse" cellspacing="0" cellpadding="0" border="0">
        <tbody>
            <tr>
                <td id="colCel1" style="width: 703px" valign="top">          
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Measure weight</span> </div>
                <div style="padding-left: 30px"><span style="font-weight: bold; font-size: 8pt; color: #000000; font-style: italic; font-family: Verdana">Contingency</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Notify provider specify parameters</span> </div>
                <div style="padding-left: 30px"><span style="font-weight: bold; font-size: 8pt; color: #000000; font-style: italic; font-family: Verdana">Interventions</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Elastic stockings</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Elevate head of bed</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Intermittent pneumatic compression</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Peripheral venous cannula insertion/management</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Urinary catheter initiation/management</span> </div>
                <div style="padding-left: 56px"><span style="font-weight: normal; font-size: 8pt; color: #000000; font-style: normal; font-family: Verdana"><input type="checkbox" />Urinary straight catheterization</span> </div>
                <div style="padding-left: 30px"><span style="font-weight: bold; font-size: 8pt; color: #000000; font-style: italic; font-family: Verdana">Patient Education</span> </div>
                </td>
            </tr>
        </tbody>
    </table>
     
    Note: They work correctly when you format one by one item.
     
     
     
View Complete Thread