作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的所见即所得停止工作,我找不到导致问题的原因,这是一个显示基本(不工作)行为的 fiddle ..
基本代码是:
<div class="icon-italic" onclick="document.execCommand('italic',null,false);">ITALIC</div>
有人可以帮忙吗?
最佳答案
您应该尝试将点击元素更改为 button
而不是 div
。当您单击 div 时,它会取消选择文本,因此没有要突出显示的内容。
http://jsfiddle.net/z5LL2n6n/1/
<button class="icon-bold" onclick="document.execCommand('bold',null,false);">BOLD</button>
<button class="icon-italic" onclick="document.execCommand('italic',null,false);">ITALIC</button>
关于javascript - 简单的所见即所得不起作用,原因不明,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29571512/
这是当我在 Eclipse 上运行用于 NFC 的 TagViewer.java 时在我的 logcat 上显示的错误。我正在运行一个 NFC 程序,基本上它会运行,但在某个时间段内该程序会自行关闭。
我是一名优秀的程序员,十分优秀!