Hi,
This is indeed a DynAPI bug.
about three months ago we were doing some tests on this. It was more or less
solved, but finally the version that made it into CSS was completely
different, and didn't work.
I didn't have time to go through all the testing again at that point, and
left it at that.

Basically we need a "test" directory, like the "examples" one, that contains
a few tests for NS4 form elements, memory leaking, stresstesting and the
like. If a change is then applied, it's easy to see how it affects things.

I hope I have a little time to do this soon.

Richard.
www.richardinfo.com



----- Original Message -----
From: "Raymond Irving" <[EMAIL PROTECTED]>
To: "DynAPI-Dev" <[EMAIL PROTECTED]>
Sent: Friday, October 19, 2001 5:14 PM
Subject: Re: [Dynapi-Dev] Check out this DynLayer extension!


>
> Many thanks Jordi,
>
> I've done some rework and have made some major changes
> to the codes. I've made a widget out of the extension.
>
> My only problem is with the mouse.js and keyboard.js
> is NS4. When these events are included and form
> elements are placed inside layers, I'm not able to
> type inside the textboxes or receive mouse click
> events from form elements.
>
> This is an error with DynAPI. I would like for you to
> take a look at files and see if I've done something
> wrong. For it to work in NS4 I've only included
> listeners.js
>
> http://www24.brinkster.com/dyntools
>
> --
> Raymond
>
>
>
> --- Jordi Ministral <[EMAIL PROTECTED]>
> wrote:
> > May I suggest that you replace this:
> >
> > if (!this.created){
> > window.setTimeout(this+".findForms()",200);
> > return null
> > }
> >
> > with this:
> >
> > if (!this.created){
> > var r = new EventListener(this)
> > r.oncreate = function(e) {
> > e.getTarget().findforms()
> > }
> > this.addEventListener(r)
> > }
> >
> > The only drawback is needing to include the event
> > code, which was not
> > needed before.
> >
> > Sorry I don't see why it doesn't work in NS4. Nice
> > work
> >
> >
> > _______________________________________________
> > Dynapi-Dev mailing list
> > [EMAIL PROTECTED]
> >
> http://www.mail-archive.com/[email protected]/
>
>
> __________________________________________________
> Do You Yahoo!?
> Make a great connection at Yahoo! Personals.
> http://personals.yahoo.com
>
> _______________________________________________
> Dynapi-Dev mailing list
> [EMAIL PROTECTED]
> http://www.mail-archive.com/[email protected]/
>


_______________________________________________
Dynapi-Dev mailing list
[EMAIL PROTECTED]
http://www.mail-archive.com/[email protected]/

Reply via email to