How to disable elements selection and resizing in contenteditable div?

前端 未结 12 2352
被撕碎了的回忆
被撕碎了的回忆 2020-12-01 14:16

E.g. I have the following layout:

12条回答
  •  情歌与酒
    2020-12-01 14:41

    This post was critical when solving this issue for me (works in tinyMCE):

    How to Remove Resize handles and border of div with contentEditable and size style

    By placing a contenteditable DIV within a non contenteditable DIV the handles do not appear in IE or FF but you can still edit the content

    Ex.

提交回复
热议问题