On 04.03.2009 20:26:29 Andreas Delmelle wrote: > > On 04 Mar 2009, at 20:13, Andreas Delmelle wrote: > > > On 04 Mar 2009, at 19:54, Andreas Delmelle wrote: > > > >> No immediate idea on whether it would be difficult to correct, so > >> that it works the same as in 0.93. If my above assumption is > >> correct, an immediate workaround may be to specify the inline- > >> progression-dimension on the block-container (if possible). > > > > Sorry, should've checked this. Just did and this doesn't work > > either... > > OK, in the meantime I've found out that the native FO property (end- > indent) does work properly. It seems to an error in the corresponding > property mapping. I'll look into it further.
No, that's not it. Set a break point in AbstractBaseLayoutManager.getAncestorBlockAreaIPD(). The first child layout manager of the blo...@id=1] (i.e. blo...@id=2]) is initialize()d before blo...@id=1] knows its own IPD (due to break-before processing within the block-container. > In the meantime, use end-indent instead of margin-right, and you > should be fine. > > > HTH! > > Andreas Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
