Bug 244834 - Table width changes in table properties are not applied.
r=brade@comcast.net, sr=neil.parkwaycc.co.uk@myrealbox.com git-svn-id: svn://10.0.0.236/trunk@168823 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user