In Firefox: when you place the cursor in a table cell, the browser displays 4 controls (one in the middle of each cell border). (The content is in editable mode.) How do I disable them?
Thanks in advance.
If you mean the controls that you get in editable tables, you can disable them with the following command. It works in the latest Firefox, at least:
document.execCommand("enableInlineTableEditing", null, false);