Hi, On Wed, Dec 12, 2007 at 06:09:17PM -0300, Jorge Arellano Cid wrote:
On Tue, Dec 11, 2007 at 01:04:02PM +0000, Jeremy Henty wrote:
On Mon, Dec 10, 2007 at 06:22:36PM +0100, Johannes Hofmann wrote:
just noticed that http://www.dillo.org/MList.html still looks weird with dillo-fltk: The main text is rendered just one word wide here.
I see this quite a lot. I've attached a simple example below. It depends on the table cell having colspan="2". Not only does each word appear on a line by itself but no horizontal scrollbar appears even though one word extends past the right of the page.
OK, a patch was committed to CVS. It fixes this issue but some glitches remain.
With http://www.dillo.org/MList.html, the "Bug Track Engine" cell is too narrow. The main problem is that, AFAIS, new data structures&algorithm is necessary to handle the special case where a colsapanned cell has a larger width than the spanned cells. Some workarounds can be coded but they corrupt the meaning of the current data structures. I'll try to find a solution...
OK, a new patch with improved algorithms, using the same data structures, was committed. This time rendering is much better. Please test and send feedback, URLs. It looks like the "gross work" is done. Some polishing remains, but that's subject to another patch. 8-) -- Cheers Jorge.-