Ticket #2264: 2264.patch

File 2264.patch, 1.1 KB (added by Martin Kou, 16 years ago)
  • _whatsnew.html

     
    124124                        detection to accept Epiphany/Gecko as well.</li>
    125125                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed the issue where the caret
    126126                        cannot reach the last character of a paragraph in Opera 9.50.</li>
     127                <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2264">#2264</a>] Fixed empty spaces that appear
     128                        at the top of the editor in Opera 9.50.</li>
    127129        </ul>
    128130        <h3>
    129131                Version 2.6</h3>
  • editor/_source/classes/fckeditingarea.js

     
    247247                        if ( this._BodyHTML )
    248248                        {
    249249                                oDoc.body.innerHTML = this._BodyHTML ;
     250                                oDoc.body.offsetLeft ;          // Don't remove, this is a hack to fix Opera 9.50, see #2264.
    250251                                this._BodyHTML = null ;
    251252                        }
    252253
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy