[richfaces-issues] [JBoss JIRA] Updated: (RF-4790) resize does not work for modalPanel with style="overflow: auto" and (autosized="false" or resizeable="false")

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 14:40:37 EST 2008


     [ https://jira.jboss.org/jira/browse/RF-4790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-4790:
-------------------------------

    Fix Version/s: Future


> 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
>    Affects Versions: 3.2.1, 3.2.2
>         Environment: windows vista, java 1.5, tomcat 6, IE 7.0 and FireFox 3.03
>            Reporter: Turhan Ozen
>            Priority: Minor
>             Fix For: Future
>
>
> 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

        



More information about the richfaces-issues mailing list