﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
6581	Invalid background color triggers js error in IE and erratic behavior in others	Dinu		"To reproduce:[[BR]]
- insert table[[BR]]
- cell properties[[BR]]
- in background field, enter invalid color ""foo""[[BR]]
- click ok[[BR]]
Results:[[BR]]
- in IE: ""Invalid property value"" error, ok button is rendered useless; an anecdotic form submission happened but can't reproduce[[BR]]
- in FF and others: value seems to be ignored (I think this is wrong, invalid value should be used regardless as long as it doesn't break CSS), however element's style does get rewritten and dirty flag gets set[[BR]]
Expected behavior (I presume):[[BR]]
- Either update the invalid value regardless (don't try to parse to rgb(...))[[BR]]
- Or, provide a remark to the user and don't close the dialog and don't update any document contents[[BR]]
[[BR]]
Secondary:[[BR]]
- A valid value without ""#"" is invalid just the same: ""111111""; for convenience, a # should be implied when it can be hex-parsed (""111"",""111111"")[[BR]]

"	Bug	confirmed	Normal		UI : Dialogs	3.0		oracle	
