I am positive the issue is not with Mootools, this is a very basic use and I
am positive any bugs would be already fixed..

On Thu, Jan 21, 2010 at 10:17 PM, hairbo <bmuel...@gmail.com> wrote:

> Hi all,
>
> This appears to be either a problem with Mootools or with the "View
> Generated Source" feature of Web Developer 1.1.8, (running on Firefox
> 3.5.7 on Snow Leopard).
>
> If I run the code contained in the shell:
>
>        var d = new Element('div', {id: 'el1'});
>        d.set('html','<p>injected stuff</p>');
>
>        d.inject($('container'));
>
> <div id="container">
> hi there
> </div>
>
> ...and then view the generated source, I see this:
>
> <div id="container">
> hi there
> <div id="el1"><p>new stuff</p></div></div>
>
> </div>
>
> There's an extra </div> on the newly-injected element.  Is this a bug
> in Mootools, or is this an artifact of Web Developer?
>
> Here's the shell of the code, though you won't see the problem in the
> shell:
>
> http://mootools.net/shell/m2tWz/
>



-- 
---
"Make everything as simple as possible, but not simpler."

- Albert Einstein

Reply via email to