Project

General

Profile

« Previous | Next » 

Revision 1359

Added by Dietmar over 13 years ago

upgrade FCKeditor to Version 2.6.6

View differences:

fckeditor.html
1 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 2
<!--
3 3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 * Copyright (C) 2003-2010 Frederico Caldeira Knabben
5 5
 *
6 6
 * == BEGIN LICENSE ==
7 7
 *
......
267 267

  
268 268
// Gecko and Webkit browsers don't calculate well the IFRAME size so we must
269 269
// recalculate it every time the window size changes.
270
if ( FCKBrowserInfo.IsGecko || FCKBrowserInfo.IsSafari )
270
if ( FCKBrowserInfo.IsGecko || ( FCKBrowserInfo.IsSafari && !FCKBrowserInfo.IsSafari3 ) )
271 271
{
272 272
	window.onresize = function( e )
273 273
	{
......
291 291
	</script>
292 292
</head>
293 293
<body>
294
	<table width="100%" cellpadding="0" cellspacing="0" style="height: 100%; table-layout: fixed">
294
	<table summary="" width="100%" cellpadding="0" cellspacing="0" style="height: 100%; table-layout: fixed">
295 295
		<tr id="xToolbarRow" style="display: none">
296 296
			<td id="xToolbarSpace" style="overflow: hidden">
297
				<table width="100%" cellpadding="0" cellspacing="0">
297
				<table summary="" width="100%" cellpadding="0" cellspacing="0">
298 298
					<tr id="xCollapsed" style="display: none">
299 299
						<td id="xExpandHandle" class="TB_Expand" colspan="3">
300 300
							<img class="TB_ExpandImg" alt="" src="images/spacer.gif" width="8" height="4" /></td>

Also available in: Unified diff