On 30.09.2006 10:51:29 Andrejus Chaliapinas wrote:
> Hi,
> 
> When I run that testcase I get this console output:
> 
>     [junit] [INFO] LayoutEngineTestSuite$1 - Starting
> table_table-layout_auto_1.xml
>     [junit] [WARN] FONode - Warning(Unknown location): fo:table,
> table-layout="auto" is currently not supported by FOP
>     [junit] [WARN] BreakingAlgorithm - Line 1 of a paragraph overflows the
> available area. (fo:block, "The white-lipped snail (Cepaea hortensis) is a
> very close relative of)
>     [junit] [WARN] BreakingAlgorithm - Line 2 of a paragraph overflows the
> available area. (fo:block, "The white-lipped snail (Cepaea hortensis) is a
> very close relative of)
>     [junit] [WARN] BreakingAlgorithm - Line 3 of a paragraph overflows the
> available area. (fo:block, "The white-lipped snail (Cepaea hortensis) is a
> very close relative of)
>     [junit] [WARN] BreakingAlgorithm - Line 4 of a paragraph overflows the
> available area. (fo:block, "The white-lipped snail (Cepaea hortensis) is a
> very close relative of)
>     [junit] [WARN] BreakingAlgorithm - Line 5 of a paragraph overflows the
> available area. (fo:block, "The white-lipped snail (Cepaea hortensis) is a
> very close relative of)
> ...
> 
> So my questions would be:
> 1. Why after applying Patrick's patch FOP still reports that
> table-layout="auto" is not supported (should I make some code changes myself
> to prevent that warning)? I think that patch purpose is exactly to support
> that feature.

Because the respective check has not been removed, yet. This is all
work in progress so a few hickups are to be expected.

> 2. Those BreakingAlgorithm warnings - are they ok or also require some (not
> yet done/completed) code tweaking?

It's a bug. See my comment #38:
http://issues.apache.org/bugzilla/show_bug.cgi?id=40271#c38

The border widths are not taken into account when calculating the column
widths.

> Uh, don't blame me for my first blind steps into that area.

Why should we? I think we're all happy that someone is trying to
continue the work on auto table layout.

Good luck!

Jeremias Maerki

Reply via email to