Hi, On Sun, Dec 20, 2009 at 11:28:15AM -0300, Jorge Arellano Cid wrote:
Hi,
I just received this email. The attached example shows the bug. Does anybody remember what we did with valign? ;)
I'm afraid I found a bug in this release (?) : it does not understand the html tag <td valign="bottom"> it reads instead <td valign="top"> #:-(( hoping it helps, best whishes for Christmas and New year,
Edouard BENOIS (France)
Ouch, that doesn't look good :-)
<html> <body> <table border='1'> <tr> <td>1<br>2<br>3 <td valign=top>* <td valign=middle>* <td valign=bottom>* </table> </body> </html>
I think we never supported valign=top | middle | bottom in dillo-fltk. We probabely need to implement it in Textblock::sizeAllocateImpl(). Cheers, Johannes