提交 504cfbd6 编写于 作者: C campaign

by zhanyi

上级 8165c0bc
......@@ -145,7 +145,7 @@
getNative:function () {
var doc = this.document;
try {
return !doc ? null : ie ? doc.selection : domUtils.getWindow( doc ).getSelection();
return !doc ? null : ie && browser.ie < 9 ? doc.selection : domUtils.getWindow( doc ).getSelection();
} catch ( e ) {
return null;
}
......@@ -238,7 +238,7 @@
return this._cachedRange;
}
var range = new baidu.editor.dom.Range( me.document );
if ( ie ) {
if ( ie && browser.ie < 9 ) {
var nativeRange = me.getIERange();
if ( nativeRange ) {
//备份的_bakIERange可能已经实效了,dom树发生了变化比如从源码模式切回来,所以try一下,实效就放到body开始位置
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册