From 811c4b835232f83feb1dc7d088edb8a80ca7febc Mon Sep 17 00:00:00 2001 From: zsmj Date: Tue, 30 Aug 2022 14:44:01 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-11911=20fix:=20"bi.textarea=5Feditor"?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E4=BA=86setWatermark=E6=96=B9=E6=B3=95,?= =?UTF-8?q?=E4=BD=86=E6=98=AF=E5=8D=B4=E6=B2=A1=E5=8A=A8=E6=80=81=E6=9B=B4?= =?UTF-8?q?=E6=96=B0title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/single/editor/editor.textarea.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/base/single/editor/editor.textarea.js b/src/base/single/editor/editor.textarea.js index 9f91b0ce4..d3838d29e 100644 --- a/src/base/single/editor/editor.textarea.js +++ b/src/base/single/editor/editor.textarea.js @@ -79,7 +79,7 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { BI.Widget._renderEngine.createElement(document).unbind("mousedown." + self.getName()); }); this.content.element.keydown(function () { - // 水印快速消失 + // 水印快速消失 self._checkWaterMark(); }); this.content.element.keyup(function (e) { @@ -111,7 +111,6 @@ BI.TextAreaEditor = BI.inherit(BI.Single, { cls: "bi-water-mark textarea-watermark", textAlign: "left", whiteSpace: o.scrolly ? "normal" : "nowrap", - title: o.watermark, text: o.watermark, invalid: o.invalid, disabled: o.disabled,