English 中文(简体)
内容 Fire英角的治理方位/型
原标题:contentEditable cursor position/style in FireFox

I m在Fox3中安装了组件。 在我点击之后(直到我开始打打打打打打时,它的行为是正确的),我就有一个问题,即,在四舍五入之后, cur子将出现在上面,或者只是部分地出现在四处。 关于我如何能够阻止这种情况发生的任何想法?

传真:

<html>
  <head><title>Test Page</title></head>
  <body>
    <div id="editor" style="position:absolute; left:157px; top:230px; width:120px; height:30px">
      <div id="input" style="width:100%; height:100%; border:1px solid black; outline:none" contentEditable="true"> </div>
    </div>
  </body>
</html>

https://imgur.com/ZqxU9.png” alt=“alt text”/>

最佳回答

我只等到4年级和更高年级,使用内容。 我提交了这一报告,并提交了由英国航天公司小组为FF4确定的几处其他小ug。

问题回答

我的问题与37.0.2完全相同。 1. 在内容上设置一个零宽度空间:在假装要素之前,这个问题是:

.contenteditable:empty:before {
  content: "200B";
  display: inline;
}

固定装置在包括IE11在内的所有现代浏览器中运行,该机还具有相当相似的地位。

您需要在四国之间拿出某种内容或超文本,希望:

<div id="input" style="width:100%; height:100%; border:1px solid black; outline:none" contentEditable="true">Some sort of content or HTML here.</div>

我在数小时的时间里 brain着大脑,试图找到一条绕过这条道路。 我来的是,把编辑归为一片被违约所掩盖的.。 然后,用很少线性 j片显示干.。 这似乎使 cur升到正确的位置。 它的 d脏,但发挥作用!

<div id="editor" style="display: none;">
     <% call RTE.renderTextArea(true) %>
</div>

<script>document.getElementById("editor").style.display="";</script>

我还在最近版本的FF 22中遇到了这一问题。 在我的案件中,我的外衣(如上文所述的“编辑”)没有高位,我的治疗师职位低于内容不容置疑的四分之四。 曲线通过向外射线(例如hels:1.5em;)提供高射线,使曲线正确定位。

可以通过建立盲人区和增加重点来解决这一问题,然后,你的浏览器只注重内容,但用户应当点击这个因素,而它就显示在正确地方的治疗者。

$(document).ready(function(){
    $("#target_blind").focus();
});

<div id="target_blind" style="display:none;"></div>
<div id="target" contenteditable="true"></div>

然而,它有某种方式解决问题,但只是 s。





相关问题
Edit and render RichText

We have an application (a custom network management tool for building automation) that supports printing labels that you can cut out and insert into the devices front displays. In earlier versions of ...

Richtext editor with smarttags

I m looking for a richtextbox control which preferably has support for custom smart tags. The standard rich text editor in .net is a bit limited, so I m just wondering if someone has a control to ...

内容 Fire英角的治理方位/型

I m在Fox3中安装了组件。 在我点击后(直到我开始打打打打打打字时......) cur幕后,我就有一个问题。

How to make item view render rich (html) text in Qt

Suppose my model has items with the following string for Qt::DisplayRole <span>blah-blah <b>some text</b> other blah</span> I want QTreeView (actually, any item view) to ...

热门标签