Details
-
Bug
-
Status: Resolved
-
Resolution: Fixed
-
2.5
-
None
-
None
-
Operating System: All
Platform: All
-
53094
Description
If a block-container element has the overflow attribute set to error-if-overflow and the content inside the container does overflow then FOP:
- throws an exception if the overflow is BPD (block progression direction)
- emits a warning if the overflow is IPD (inline progression direction)
The attached patch tries to fix this inconsistency in behavior by issuing an error message in both cases; also, if the overflow attribute is set to something else, a warning message is issued instead.