On 25 Mar 2004, at 12:05, Christian Mayrhuber wrote:
See BUG: 27904 I've a fix for it.
It should be easy to combine my patch with yours.
I'm could rename
+ /** Remembers if the current element is a remote anchor */ + protected Stack areRemoteAnchors;
to something like
+ /** Remembers if the current element is being transformed */ + protected Stack beingTransformed;
so it can work with both anchors and "anchor classes to ignore".
But, having said that, your patch on its own fixes my problem, because all of the problematic links produced by cforms have href="#".
Carsten?
Jon
