admin管理员组文章数量:1318580
In Firefox: when placing the cursor into a table cell the browser will display 4 controls (one in the mid of each cell border). (The content is in editable mode.) How can those be disabled?
Thanks in advance.
In Firefox: when placing the cursor into a table cell the browser will display 4 controls (one in the mid of each cell border). (The content is in editable mode.) How can those be disabled?
Thanks in advance.
Share Improve this question edited Jan 19, 2011 at 15:54 T.J. Crowder 1.1m200 gold badges2k silver badges1.9k bronze badges asked Jan 19, 2011 at 15:22 ThomasThomas 812 bronze badges 3- 3 Huh? Which controls? I've never seen those. Can you show a screenshot? – Marcel Korpel Commented Jan 19, 2011 at 15:26
-
I assume he's talking about editable content, using
contenteditable
ordesignMode
. – Tim Down Commented Jan 19, 2011 at 15:34 - You can edit your question once you've realized you forgot to mention something important. I added a note for you about editable mode. – T.J. Crowder Commented Jan 19, 2011 at 15:55
1 Answer
Reset to default 11If you mean the controls you get on editable tables, you can disable these with the following mand. It works in recent Firefox, at least:
document.execCommand("enableInlineTableEditing", null, false);
本文标签: javascriptFirefox how to disable the browser specific cell controlsStack Overflow
版权声明:本文标题:Javascript, Firefox: how to disable the browser specific cell controls? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742047092a2417851.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论