Re: dojo documentation update

2008-09-05 Thread Jeromy Evans
Dave Newton wrote: --- On Fri, 9/5/08, Jeromy Evans wrote: Unfortunately with separateScripts=false case, I couldn't get an inline alert to work in FF. I'm not sure why... it created the script node and added it to the parent (a span) and then ...nothing... How does the Yahoo Get.scri

Re: dojo documentation update

2008-09-05 Thread Dave Newton
--- On Fri, 9/5/08, Jeromy Evans wrote: > Unfortunately with separateScripts=false case, I couldn't > get an inline alert to work in FF. I'm not sure why... > it created the script node and added it to the > parent (a span) and then ...nothing... How does the Yahoo Get.script() do it? http://de

Re: dojo documentation update

2008-09-05 Thread Jeromy Evans
Musachy Barroso wrote: Ah, and I thought we were about to fix this one :). I think you are right on, wouldn't calling eval() on the generated script, instead of expecting the browser to execute it fix this problem? musachy It probably would work better in this case, but creating a script nod

Re: dojo documentation update

2008-09-05 Thread Musachy Barroso
Ah, and I thought we were about to fix this one :). I think you are right on, wouldn't calling eval() on the generated script, instead of expecting the browser to execute it fix this problem? musachy On Thu, Sep 4, 2008 at 11:59 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > Musachy Barroso wrote