Re: [Xsltforms-support] Detecting and debug-logging of not-foundelements by id
Brought to you by:
alain-couthures
From: Kostis A. <ank...@gm...> - 2010-05-20 10:33:21
|
Thank you for your advice about overidding getElementById(). I would definetly need this to proceed to the latest svn revision. Kostis On Thu, May 20, 2010 at 1:21 PM, <ala...@ag...> wrote: > Hi Kostis, > > The $() function was in conflict with some Javascript frameworks where it is > also defined that's why I had to, at least, rename it but I prefered > removing it. > > A long time ago, such check was effectively present in XSLTForms and it's > good for debugging but such a function is called very often and for speed it > would be nice not to redefine it this way. > > Can you try to redefine document.getElementById itself? This should work > because Javascript usually permits this! Debug mode could, then, add > corresponding instructions... > > Thanks! > > -Alain > |