1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 05:52:27 +01:00

Closes issue #768.

This commit is contained in:
Kris Maglione
2012-05-27 15:09:30 -04:00
parent fae8cf3577
commit 5010bc9f97

View File

@@ -415,7 +415,7 @@ var DOM = Class("DOM", {
return editor;
},
get isEditable() !!this.editor,
get isEditable() !!this.editor || this.style.MozUserModify == "read-write",
get isInput() isinstance(this[0], [Ci.nsIDOMHTMLInputElement,
Ci.nsIDOMHTMLTextAreaElement,