Hi,

Is there any reason why SpaceHandling[Break]Position elements created by
SpaceResolver don't have any LayoutManager associated to them?
As a result, in AreaAdditionUtil.addAreas, if the first Position element
is a SpaceHandling[Break]Position, then the position list is not
iterated over to add areas for childLMs.

l.103: while ((childLM = childPosIter.getNextChildLM()) != null) {

The loop isn't entered if the first position is a
SpaceHandling[Break]Position, as it will return a null LayoutManager.

Or are such positions supposed to never be first in the list?

Thanks,
Vincent

Reply via email to