зеркало из https://github.com/mozilla/gecko-dev.git
fix for 136937;mail composition body becomes ineditable after send failure;r=srilatha;sr=mscott
This commit is contained in:
Родитель
7bb5e820a4
Коммит
c363c82d1d
|
@ -163,7 +163,7 @@ function disableEditableFields()
|
|||
|
||||
function enableEditableFields()
|
||||
{
|
||||
editorShell.editor.flags ^= nsIPlaintextEditorMail.eEditorReadonlyMask;
|
||||
editorShell.editor.flags &= ~nsIPlaintextEditorMail.eEditorReadonlyMask;
|
||||
var enableElements = document.getElementsByAttribute("disableonsend", "true");
|
||||
for (i=0;i<enableElements.length;i++)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче