4 Replies Latest reply on Oct 9, 2009 7:40 AM by ilya_shaikovsky

    Very strage, minor, problem with rich:modalPanel

    glammy

      Hi,

      In all places I use rich:modal panel, while the panel is dragged, its content is selected. This is not the behaviour in the showcase application, but I fail to spot any difference. Here is one of my modal panels:

      <rich:modalPanel id="loginPanel" autosized="true" width="250">
       <f:facet name="header">
       <h:outputText value="#{msg.login}" />
       </f:facet>
       <f:facet name="controls">
       <h:panelGroup>
       <h:graphicImage value="/images/close.png" id="hidelink"
       styleClass="hidelink" />
       <rich:componentControl for="loginPanel" attachTo="hidelink"
       operation="hide" event="onclick" />
       </h:panelGroup>
       </f:facet>
       <!-- Some content here. Whatever it is - even a single h:outputText -->
       </rich:modalPanel>


      What could be causing this?