Hi, I just received this email. The attached example shows the bug. Does anybody remember what we did with valign? ;) -- Cheers Jorge.-
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
Johannes wrote:
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">
I think we never supported valign=top | middle | bottom in dillo-fltk. We probabely need to implement it in Textblock::sizeAllocateImpl().
The vertical-align code I have around doesn't do anything for table cells. I guess I have increased incentive to clean up what I already have, at least.
On Sun, Dec 20, 2009 at 07:08:42PM +0000, corvid wrote:
Johannes wrote:
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">
I think we never supported valign=top | middle | bottom in dillo-fltk. We probabely need to implement it in Textblock::sizeAllocateImpl().
The vertical-align code I have around doesn't do anything for table cells.
Can you share what you have so far? Cheers, Johannes
Johannes wrote:
On Sun, Dec 20, 2009 at 07:08:42PM +0000, corvid wrote:
The vertical-align code I have around doesn't do anything for table cells.
Can you share what you have so far?
The latest for non-table-cell was http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007099.html (which points to a patch) and the latest for table-cell was http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007105.html
Johannes wrote:
I think we never supported valign=top | middle | bottom in dillo-fltk. We probabely need to implement it in Textblock::sizeAllocateImpl().
I realized that my current solution, already known to be awfully inefficient, wouldn't let me implement baseline alignment. So, back to Table::sizeAllocateImpl(). When I had tried modifying y and descent here the other day, it put things in roughly the right place, but my problem was that the box drawn around the cell wouldn't reach to the top anymore. I imagine modifying the top padding value might help. Would that be an improper way to go about it?
participants (3)
-
corvid@lavabit.com
-
jcid@dillo.org
-
Johannes.Hofmann@gmx.de