IE TextRange select method not working properly

前端 未结 4 846
面向向阳花
面向向阳花 2020-12-28 11:50

I\'m having an unusual problem with an IE document with contentEditable set to true. Calling select() on a range that is positioned at the end of a text node that immediate

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 12:24

    I recently worked at a site which used Microsoft CMS with the "MSIB+ pack" of controls which included a WYSIWYG editor which ran in Internet Explorer.

    I seem to remember some comments in the editor client-side Javascript which were specifically related to this bug in IE and the Range.Select() method.

    Unfortunately, I'm not working there anymore so I can't access the Javascript files, but perhaps you may be able to get them from elsewhere?

    Good luck

提交回复
热议问题