RE: (Victor) PDF fo:basic-link problem in trunk

2003-10-05 Thread Victor Mote
Glen Mazza wrote: > FO:Basic-link isn't working (anymore?) in trunk for > PDF. It is properly colored blue, but the link is not > active/clickable. The "anymore" is the key question. I don't know whether it worked before or not. > Per your email here: > http://marc.theaimsgroup.com/?l=fop-dev&m

Re: (Victor) PDF fo:basic-link problem in trunk

2003-10-05 Thread Glen Mazza
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > > > > lm = new InlineStackingLayoutManager() { > > protected InlineParent createArea(BasicLink > node) > > { > > InlineParent area = super.createArea(); > > setupBasicLinkArea(node, parentLM, area); > > return area; > >

Bug report for Fop [2003/10/05]

2003-10-05 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: (Victor) PDF fo:basic-link problem in trunk

2003-10-05 Thread J.Pietschmann
Glen Mazza wrote: Looking at lines 299-302, you have a strange createArea() function within braces--I'm unsure what you're attempting to do there: this code (which calls setupBasicLinkArea()) is never being activated: lm = new InlineStackingLayoutManager() { protected InlineParent createArea(Ba