On Mon, 24 Jun 2002, Koos Vriezen wrote:
> In RenderFlow::nodeAtPoint
> if (containsSpecial())
> info.breakCache(this, _tx, _ty);
Uhmm, no sorry. At least
if (inBox && containsSpecial())
info.breakCache(this, _tx, _ty);
return inBox;
but is also not right. There should be a recursion level, where a lower
would override a deeper in info.breakCache.
Koos