|
Hi,
I tried the proposed fix below, but it didn't work
for me, and I have to say I'm stumpt. I can't figure out what in the world would
prevent NS4 from executing an onClick handler when it's an attribute; I mean,
it's in the onClick parameter of the input tag, you clicked that input,
where could it possibly go wrong? I didn't even think you could prevent that if
you tried .... well other than turning javascript off ;)
-John
----- Original Message -----
From: Richard
Bennett
Sent: Saturday, April 07, 2001 6:39 PM
Subject: Re: [Dynapi-Help] form elements in a
loadpanel?? Hi,
I think some patching done on 30/3/2001 might be to
blame, see:
If you open src/lib/dynapi/event/mouse.js
and change line 28 from
this:
DynMouseEvent.prototype.cancelBrowserEvent=function()
{this.browserReturn=false};
to
this:
DynMouseEvent.prototype.cancelBrowserEvent=function(b)
{this.browserReturn=b};
once again mouse events work ok in NS. I'm not sure
if the patch causes other problems...
This should also help for Jimena Catalina's event
problem.
Cheers,
Richard Bennett [EMAIL PROTECTED]
www.richardinfo.com (Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2) visit the DynAPI homepage (and FAQ) :: http://dynapi.sourceforge.net/dynapi/index.php?menu=1 Browse (and search) the mailinglist here: http://www.mail-archive.com/index.php3?hunt=dynapi
|
- [Dynapi-Help] form elements in a loadpanel?? John Hammen
- Re: [Dynapi-Help] form elements in a loadpanel?? Richard Bennett
- John Hammen
