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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user