[
https://jira.jboss.org/jira/browse/RF-4790?page=com.atlassian.jira.plugin...
]
Turhan Ozen updated RF-4790:
----------------------------
Environment: windows vista, java 1.5, tomcat 6, IE 7.0 and FireFox 3.03 (was:
windows vista, java 1.5)
Affects Version/s: 3.2.2
(was: 3.2.1)
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, 3.2.2
Environment: windows vista, java 1.5, tomcat 6, IE 7.0 and FireFox 3.03
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