https://issues.apache.org/bugzilla/show_bug.cgi?id=46823





--- Comment #5 from Simon Pepping <spepp...@apache.org>  2009-03-24 03:26:54 
PST ---
The spec says: error-if-overflow: This value implies the same semantics as the
value "hidden" with the additional semantic that an error shall be indicated;
implementations may recover by clipping the region.

The code says: boolean canRecover = (getBlockContainerFO().getOverflow() !=
EN_ERROR_IF_OVERFLOW); (BlockContainerLayoutManager, line 533).

Does that not mean that the code is wrong: it should recover, but issue an
ERROR instead of a WARNING?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to