﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9281	Safari: Error on table dialog when border:none is added to the styles field	Teresa Monahan	Garry Yao	"To Reproduce:
- Open any sample in Safari and insert a table.
- Open the Advanced tab on the table dialog, specify the following in the styles field and click OK:
{{{
width: 500px; border:none;
}}}
- Open the Table Properties dialog again and click Ok.
Problem: The error dialog displays saying that the syntax of the styles field is incorrect.

If you look at the value of the styles field it now has the following value:
{{{
border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border- border-color: initial; width: 500px;width: initial
}}}

The '''border-''' before '''border-color: initial;''' causes the error to appear.

This error only occurs if the width styling is also applied.

This can also be reproduced easily when pasting a standard table from Word that has a width set with the following configuration options:

{{{
config.pasteFromWordRemoveFontStyles = false;
config.pasteFromWordRemoveStyles = false;
}}}


"	Bug	closed	Normal	CKEditor 3.6.5	General	3.0	fixed	IBM	Damian Satya Minnekanti
