Composer was assigning an invalid value to nowrap attribute on table cells.
b=142442, r=brade, sr=kin git-svn-id: svn://10.0.0.236/trunk@120924 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -907,7 +907,7 @@ function ValidateCellData()
|
||||
if (gDialog.TextWrapCheckbox.checked)
|
||||
{
|
||||
if (gDialog.TextWrapList.selectedIndex == 1)
|
||||
globalCellElement.setAttribute("nowrap","true");
|
||||
globalCellElement.setAttribute("nowrap","nowrap");
|
||||
else
|
||||
globalCellElement.removeAttribute("nowrap");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user