5 Mar
2009
5 Mar
'09
7 p.m.
On Wed, Mar 04, 2009 at 08:22:12PM +0000, corvid wrote:
With
<input type="image" name="name1" src="whatever" WIDTH="80" HEIGHT="14" alt="name1name1name1name1"> <input type="image" name="name2" src="whatever" width="9" height="14" alt="name2name2name2name2">
the long alt text doesn't clip. It looks like the embed knows that it's 80 pixels wide (at least the child widget area stuff in Textblock::drawLine seemed to have the right idea), but the image thinks it's 188 (in my case).
Can you please test attached patch? Not sure if it covers all related cases, but for me it fixes the above example. Cheers, Johannes