Ticket #1659: 1659.patch

File 1659.patch, 1.2 KB (added by Frederico Caldeira Knabben, 16 years ago)
  • _whatsnew.html

     
    4545        <ul>
    4646                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1643">#1643</a>] Resolved
    4747                        several "strict warning" messages in Firefox when running FCKeditor.</li>
     48                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1659">#1659</a>] The &lt;body&gt;
     49                        element will be now expanded (and clickable) when setting the contents to render
     50                        in strict mode.</li>
    4851        </ul>
    4952        <p>
    5053                <a href="_whatsnew_history.html">See previous versions history</a>
  • editor/css/fck_internal.css

     
    2828        min-height: 100%;
    2929}
    3030
     31/* IE6 hack to make the body clicable (#1659)*/
     32* html, * html body
     33{
     34        height: 90% !important;
     35}
     36
     37/* IE7 hack to make the body clicable (#1659)*/
     38*:first-child+html, *:first-child+html body
     39{
     40        height: 90%;
     41}
     42
    3143table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
    3244{
    3345        border: #d3d3d3 1px solid;
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy