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
--- "J.Pietschmann" <[EMAIL PROTECTED]> wrote:
> >
> > lm = new InlineStackingLayoutManager() {
> > protected InlineParent createArea(BasicLink
> node)
> > {
> > InlineParent area = super.createArea();
> > setupBasicLinkArea(node, parentLM, area);
> > return area;
> >
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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