Hi Matthias, On 02/11/10 00:22, Matthias Reischenbacher wrote: > > Hi Vincent, > > thanks for confirming... > > Here is the bugzilla entry: > https://issues.apache.org/bugzilla/show_bug.cgi?id=50196 > > Could you please point me to the releated FOP classes, so I can give it an > attempt to fix it on my own?
I’m not too sure actually. I suppose I would look in org.apache.fop.layoutmgr.inline.InlineLayoutManager, especially the getNextKnuthElements method, and see how padding is handled. Then o.a.f.layoutmgr.table.TableContentLayoutManager that manages the contents of the table header and footer. Then the respective addAreas methods that create the area tree. Check what padding has become at that stage. I hope this helps, Vincent > Thanks & Best regards, > Matthias > > > Vincent Hennebert-2 wrote: >> >> Hi Matthias, >> >> This is a bug. Could you please file a bug report on Bugzilla: >> https://issues.apache.org/bugzilla/enter_bug.cgi?product=Fop >> >> Thanks, >> Vincent >> >> >> On 28/10/10 15:45, MatthiasR wrote: >>> >>> Hi, >>> >>> I have a problem when using padding-left on a fo:inline element inside a >>> repeating table header. The padding-left value is ignored on the repeated >>> table header on the next page. >>> >>> Test case: http://old.nabble.com/file/p30077409/bg_bug.fo bg_bug.fo >>> PDF result file: http://old.nabble.com/file/p30077409/bg_bug.pdf >>> bg_bug.pdf >>> >>> I'm aware that there are other ways to move the text to the right but it >>> would be nice if somebody can give me some feedback if this should be >>> considered a bug. >>> >>> Thanks for your help & Regards, >>> Matthias Reischenbacher >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
