|
@@ -4893,6 +4893,9 @@ function KEditor(options) {
|
|
var se = K(self.srcElement || '<textarea/>');
|
|
var se = K(self.srcElement || '<textarea/>');
|
|
if (!self.width) {
|
|
if (!self.width) {
|
|
self.width = se[0].style.width || se.width();
|
|
self.width = se[0].style.width || se.width();
|
|
|
|
+ if (!self.width) {
|
|
|
|
+ self.width = '700';
|
|
|
|
+ }
|
|
}
|
|
}
|
|
if (!self.height) {
|
|
if (!self.height) {
|
|
self.height = se[0].style.height || se.height();
|
|
self.height = se[0].style.height || se.height();
|