Changeset 2055 for FCKeditor/trunk
- Timestamp:
- 06/12/08 11:21:29 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/_source/classes/fckeditingarea.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r2054 r2055 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> -
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r1950 r2055 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 }
Note: See TracChangeset
for help on using the changeset viewer.
