Thanks for your kind reply. Maybe you're right.
I've checked my code and I ascertained that only the first click fails, the 
following are good.

Here is an example:

echo "<tr><td  onClick='new 
Ajax.Updater(\"Inventario2_cuerpo_recursos_dependencias\", 
\"/dispatcherGET.php?class=Inventario2&method=reentrada&subclass=FichaRecurso&submethod=body&vista=dependencias&ajax=true&idrec={$this->getObjeto()->getID()}\",
 
{evalScripts: \"yes\" } );' style='cursor: pointer' 
class='Inventario2_fontBlueBold' colspan=2><img 
src='/MODULOS/Inventario2/images/Gaplicacion.png' height=22px width=22px> 
Mostrar Dependencias entre Aplicaciones</td>";

I've always use this piece of code in several places without problem till 
now.
And now, I always get an error on the first click after page is loaded. No 
matter on what TD I click first.

For now, I'll accept my correction, until I can make a broader change in my 
code...

PS:
What is a fact is what FF says about the support for eval(code, 
scopeObject) has been removed... 

El viernes, 23 de agosto de 2013 15:53:20 UTC+2, Walter Lee Davis escribió:
>
> Can you show an example where this fails? I just used this feature with 
> 1.7.1, and you had me scared, so I just double-checked on the latest 
> Firefox. I don't see any errors coming from evalScripts() there. Perhaps 
> the issue is the type of function you are evaluating? Perhaps there is 
> another level of indirection added outside the evalScripts method, and you 
> don't need to provide it yourself as you have done. 
>
> Walter 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at http://groups.google.com/group/prototype-scriptaculous.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to