1 Reply Latest reply on Sep 20, 2007 2:49 PM by dhinojosa

    Model Panel automatically closes on Firefox

    dhinojosa

      I am just using the example from the documentation.

      Is there anything I should be aware of?

        • 1. Re: Model Panel automatically closes on Firefox
          dhinojosa

          Got it...

          I had....

           <h:outputLink onclick="Richfaces.showModalPanel('mp',{width:450, top:200})">
           <h:outputText value="View Color Chart"/>
           </h:outputLink>
          


          but after adding value="#" it seems to work

           <h:outputLink value="#" onclick="Richfaces.showModalPanel('mp',{width:450, top:200})">
           <h:outputText value="View Color Chart"/>
           </h:outputLink>