mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Imported CKEDITOR 3.0
Monotone-Parent: 5f9c08dd6b5b34d815ddb2108abbf4055e846934 Monotone-Revision: b2cf7eda0ef8f15fb6e78f8c38a7406a47bcdd2f Monotone-Author: crobert@inverse.ca Monotone-Date: 2009-08-26T14:03:12 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,7 +39,8 @@ CKEDITOR.plugins.add( 'sourcearea',
|
||||
|
||||
var styles =
|
||||
{
|
||||
width : '100%',
|
||||
// IE7 has overflow the <textarea> from wrapping table cell.
|
||||
width : CKEDITOR.env.ie7Compat ? '99%' : '100%',
|
||||
height : '100%',
|
||||
resize : 'none',
|
||||
outline : 'none',
|
||||
@@ -124,6 +125,9 @@ CKEDITOR.plugins.add( 'sourcearea',
|
||||
|
||||
if ( onResize )
|
||||
editor.removeListener( 'resize', onResize );
|
||||
|
||||
if ( CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
|
||||
holderElement.removeStyle( 'position' );
|
||||
},
|
||||
|
||||
focus : function()
|
||||
|
||||
Reference in New Issue
Block a user