﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
9553	Table width incorrectly set when border-width style is specified	Teresa Monahan	Frederico Caldeira Knabben	"To Reproduce:
- Open any CKEditor sample and insert a default table.
- Edit the Table Properties and set the Style field on the advanced tab to:
{{{
border-width:2px;width:500px;
}}}
- Click OK.

Problem: The width of the table is now 2px. It should be 500px.

If you open the table dialog again, you can see that the Style field now contains:

{{{
border-width:2px;width:2px;
}}}

This is a customer reported issue."	Bug	closed	Normal	CKEditor 4.0.1	UI : Dialogs	3.4	fixed	IBM	Damian Satya Minnekanti
