mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-25 12:25:47 +01:00
Closes issue #768.
This commit is contained in:
@@ -415,7 +415,7 @@ var DOM = Class("DOM", {
|
|||||||
return editor;
|
return editor;
|
||||||
},
|
},
|
||||||
|
|
||||||
get isEditable() !!this.editor,
|
get isEditable() !!this.editor || this.style.MozUserModify == "read-write",
|
||||||
|
|
||||||
get isInput() isinstance(this[0], [Ci.nsIDOMHTMLInputElement,
|
get isInput() isinstance(this[0], [Ci.nsIDOMHTMLInputElement,
|
||||||
Ci.nsIDOMHTMLTextAreaElement,
|
Ci.nsIDOMHTMLTextAreaElement,
|
||||||
|
|||||||
Reference in New Issue
Block a user