Changeset 442
- Timestamp:
- 2007-07-12 18:05:02 (17 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/_source/classes/fckeditingarea.js (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/classes/fckeditingarea.js
r423 r442 53 53 // Create the editing area IFRAME. 54 54 var oIFrame = this.IFrame = oTargetDocument.createElement( 'iframe' ) ; 55 oIFrame.src = 'javascript:void(0)' ; 55 56 // Firefox will render the tables inside the body in Quirks mode if the 57 // source of the iframe is set to javascript. see #515 58 if ( !FCKBrowserInfo.IsGecko ) 59 oIFrame.src = 'javascript:void(0)' ; 60 56 61 oIFrame.frameBorder = 0 ; 57 62 oIFrame.width = oIFrame.height = '100%' ; -
FCKeditor/trunk/_whatsnew.html
r434 r442 112 112 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/272">#272</a>] The toolbar was cutted sometimes in IE to 113 113 just one row if there are multiple instances of the editor.</li> 114 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/515">#515</a>] Tables in Firefox didn't inherint font 115 styles properly in Standards mode.</li> 114 116 </ul> 115 117 <h3>