Ticket #4096: 4096_2.patch

File 4096_2.patch, 1.3 KB (added by Tobiasz Cudnik, 15 years ago)
  • CHANGES.html

     
    177177                        <li><a href="http://dev.fckeditor.net/ticket/4093">#4093</a> : _tests/core/dom/document.html</li>
    178178                        <li><a href="http://dev.fckeditor.net/ticket/4094">#4094</a> : Smiley plugin file</li>
    179179                </ul></li>
     180                <li><a href="http://dev.fckeditor.net/ticket/4096">#4096</a> : Editor content area was pushed down in IE RTL quirks.</li>
    180181        </ul>
    181182        <h3>
    182183                CKEditor 3.0 RC</h3>
  • _source/plugins/wysiwygarea/plugin.js

     
    286286                                                                '<fieldset style="height:100%' +
    287287                                                                ( CKEDITOR.env.ie && CKEDITOR.env.quirks ? ';position:relative' : '' ) +
    288288                                                                '">' +
    289                                                                         '<legend style="display:block;width:0;height:0;overflow:hidden">' +
     289                                                                        '<legend style="display:block;width:0;height:0;overflow:hidden;' +
     290                                                                        ( CKEDITOR.env.ie && CKEDITOR.env.quirks && editor.lang.dir == 'rtl' ? 'position:absolute' : '' ) +
     291                                                                        '">' +
    290292                                                                                CKEDITOR.tools.htmlEncode( accTitle ) +
    291293                                                                        '</legend>' +
    292294                                                                '</fieldset>'
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy