755a625d95
Only say px if the width is a pure number. Under IE we get the "100%" for the width of the editor, so blindly appending "px" results in a JS execution error. With this patch we only attach px if it's a pure int. Also tested the sizing of HTMLArea in the messaging window. So both should be working now.