зеркало из https://github.com/mozilla/pjs.git
Bug 244834 - Table width changes in table properties are not applied.
r=brade@comcast.net, sr=neil.parkwaycc.co.uk@myrealbox.com
This commit is contained in:
Родитель
dfe140175e
Коммит
fcdcd56ac3
|
@ -134,7 +134,7 @@ function ValidateNumber(inputWidget, listWidget, minVal, maxVal, element, attNam
|
|||
if (isPercent)
|
||||
numString += "%";
|
||||
if (element)
|
||||
element.setAttribute(attName, numString);
|
||||
GetCurrentEditor().setAttributeOrEquivalent(element, attName, numString, true);
|
||||
}
|
||||
} else if (element) {
|
||||
GetCurrentEditor().removeAttributeOrEquivalent(element, attName, true)
|
||||
|
|
Загрузка…
Ссылка в новой задаче