resize does not work for modalPanel with style="overflow: auto" and 
(autosized="false" or resizeable="false")
-------------------------------------------------------------------------------------------------------------

                 Key: RF-4790
                 URL: https://jira.jboss.org/jira/browse/RF-4790
             Project: RichFaces
          Issue Type: Bug
          Components: doc
    Affects Versions: 3.2.1
         Environment: windows vista, java 1.5
            Reporter: Turhan Ozen
            Priority: Minor


If the user tries to resize the modal panel by dragging the lower right corner 
the mouse pointer is catched and there is no way to release it 

with the following code

 <rich:modalPanel id="detailPanel" width="960" height="700" 
style="overflow:auto" resizeable="false">
     <f:facet name="header">
         <h:outputText value="Detail"/>
      </f:facet>
     
      <f:facet name="controls">
         <h:graphicImage value="/kaynaklar/imajlar/close.png" 
style="cursor:pointer" onclick="Richfaces.hideModalPanel('detailPanel')" />
      </f:facet>

        <table align="center" width="800px">
                <tr>
                        <td align="center">
                           <a4j:commandButton value="OK" style="cursor:pointer" 
onclick="Richfaces.hideModalPanel('detailPanel')" />
                    </td>
                </tr>
        </table>
                        
        </rich:modalPanel>

In addition;

  <f:facet name="controls">
         <h:graphicImage value="/kaynaklar/imajlar/close.png" 
style="cursor:pointer" onclick="Richfaces.hideModalPanel('detailPanel')" />
      </f:facet>

does not work in Firefox 3.x.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to