【问题标题】:why -moz-user-modify not working in firefox?为什么 -moz-user-modify 在 Firefox 中不起作用?
【发布时间】:2016-10-22 15:21:32
【问题描述】:

我在 CKEditor 中有输入元素的可编辑 div

<div contenteditable="false"> <input type="text" placeholder="Default Value" contenteditable="true" value=""></div>‍

默认情况下CKEditor中的输入元素是不可编辑的,当我使用这种样式时

-webkit-user-modify:intial;
-moz-user-modify:intial;

在 chrome 中运行良好,但在 Firefox 中无法运行。 我从关注blog 中了解了该属性,即使该示例似乎在 firefox 中也不起作用。

【问题讨论】:

    标签: jquery html css contenteditable


    【解决方案1】:

    我认为您可能会遇到此属性的兼容性问题。您可以在此处查看更多详细信息:https://developer.mozilla.org/es/docs/Web/CSS/-moz-user-modify

    【讨论】:

      猜你喜欢
      • 2012-11-23
      • 2014-05-29
      • 2012-12-10
      • 2011-11-28
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-02-03
      • 2012-03-10
      相关资源
      最近更新 更多