1 Reply Latest reply on Jun 27, 2007 5:24 AM by tomarenz

    DropDownMenu not working

    tomarenz

      Hi, I can't succeed in using dropDownMenu from latest snapshot.
      Menu items are rendered fine, but if I click on any item:

      - on IE7 there is no submit. I get a script error such as: 'parentNode' is null or not an object.
      - on FF there is a double submit per click. From debugger I get two event/action pairs.

      As a special note, I build up menu items dynamically from Java, adding children HtmlMenuItem to a xhtml-provided DropDownMenu component.
      There seem no duplicated ids.

        • 1. Re: DropDownMenu not working
          tomarenz

          The double event on FF was my fault in generating extra items, sorry.
          But the failure on IE is still there. Unfortunately, IE7 does not report the js file name, only the line number.
          Is there any way to disable js packing so that I could insert debug lines into original scripts ?