326879-1.xhtml (485B)
1 <?xml version="1.0"?> 2 <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 3 4 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 5 6 7 8 <script> 9 10 11 function init() { 12 13 var menupopup = document.getElementsByTagName("menupopup")[0]; 14 menupopup.style.MozBoxOrdinalGroup = null; 15 }; 16 17 18 window.addEventListener("load", init, false); 19 20 </script> 21 22 23 <menulist> 24 <menupopup> 25 <menuitem label="Foo"/> 26 </menupopup> 27 </menulist> 28 29 30 31 </window>