mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 17:59:34 +00:00
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:
parent
c702a237b5
commit
3a8f44be9d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user