Re: Probable bug in DOMMutationNameEvent

2005-09-02 Thread Cameron McCormack
Hi. [EMAIL PROTECTED]: > while browsing the batik-source i found this: > in dom/events/DOMMutationNameEvent there are two occureneces of this: > prevNodeNameArg = prevNodeNameArg; > > To me, it looks like if this was intended: > prevNodeName = prevNodeNameArg; > > otherwise the prevNo

Probable bug in DOMMutationNameEvent

2005-08-28 Thread dvholten
Hello, while browsing the batik-source i found this:  in dom/events/DOMMutationNameEvent there are two occureneces of this:       prevNodeNameArg = prevNodeNameArg; To me, it looks like if this was intended:     prevNodeName = prevNodeNameArg; otherwise the prevNodeName-member would never be