Ticket #2264: 2264.patch
File 2264.patch, 1.1 KB (added by , 15 years ago) |
---|
-
_whatsnew.html
124 124 detection to accept Epiphany/Gecko as well.</li> 125 125 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2193">#2193</a>] Fixed the issue where the caret 126 126 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> 127 129 </ul> 128 130 <h3> 129 131 Version 2.6</h3> -
editor/_source/classes/fckeditingarea.js
247 247 if ( this._BodyHTML ) 248 248 { 249 249 oDoc.body.innerHTML = this._BodyHTML ; 250 oDoc.body.offsetLeft ; // Don't remove, this is a hack to fix Opera 9.50, see #2264. 250 251 this._BodyHTML = null ; 251 252 } 252 253