Changeset 1587 for FCKeditor/trunk
- Timestamp:
- 02/22/08 09:21:15 (5 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
editor/_source/internals/fck_ie.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r1581 r1587 127 127 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1379">#1379</a>] ColdFusion file browser: 128 128 resolved issues with OnRequestEnd.cfm breaking the file browser.</li> 129 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/1509">#1509</a>] InsertHtml() in IE will no 130 longer turn the preceding normal whitespace into &nbsp;.</li> 129 131 </ul> 130 132 <p> -
FCKeditor/trunk/editor/_source/internals/fck_ie.js
r1565 r1587 164 164 // Using the following trick, any comment in the beginning of the HTML will 165 165 // be preserved. 166 html = '<span id="__fakeFCKRemove__" > </span>' + html ;166 html = '<span id="__fakeFCKRemove__" style="display:none;">fakeFCKRemove</span>' + html ; 167 167 168 168 // Insert the HTML.
Note: See TracChangeset
for help on using the changeset viewer.
