[Project_owners] Menu Behavior in FF3.0

Neil neil at parkwaycc.co.uk
Fri Mar 14 17:06:50 PDT 2008


Jawahar Swaminathan wrote:

> I dynamically create a menu from an XML file as follows:
>
>        var d = document;
>        var popup       =  d.getElementById('server1.popup');
>        var database    =  d.getElementById('server1');
>        var value       = d.getElementById('server1').value;
>        var p = d.createElement('menupopup');

...snip...

>        database.appendChild(p);

...snip...

>                        <menulist id="server1" value="msdserver" 
> hidden="false" persist="selected" style="width:160px;">
>                                <menupopup id="server1.popup" />
>                        </menulist>

Are you somehow ending up with multiple menupopups? The behaviour for 
that was undefined under Firefox 2, and maybe you got lucky.


More information about the Project_owners mailing list