зеркало из https://github.com/mozilla/gecko-dev.git
Background color buttons were not working in Composer and mail compose due to a bad case in a JS call. b=15126, r=brade, sr=kin, a=asa
This commit is contained in:
Родитель
7b952111e4
Коммит
0a2d6e6568
|
@ -1139,7 +1139,7 @@ function GetBackgroundElementWithColor()
|
|||
if (selection)
|
||||
{
|
||||
element = selection.focusNode;
|
||||
while (!gEditor.NodeIsBlock(element))
|
||||
while (!gEditor.nodeIsBlock(element))
|
||||
element = element.parentNode;
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче