﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1483876	Improved Firefox whitespace workaround	LlamaGuy		"The current workaround uses an image to strech the content, which works fine, but it shows an ugly image loading placeholder when you first open your mail. If you do this with an nbsp it accomplishes the same task without the extra image.

I'm not good with patch files, so I'll just do this by hand:
trunk/roundcubemail/program/steps/mail/func.inc -- line 440:
- $cont .= sprintf('<img src=""%s%s"" height=""11"" width=""1000"">', $skin_path, ""/images/cleardot.png""); 
+ $cont .= str_repeat('&nbsp;', 1000);

I've tested this out on my installation, and it seems to working."	Feature Patches	closed	5	later	Client Scripts	0.1-beta	normal	fixed		
