[
https://issues.jboss.org/browse/RF-4790?page=com.atlassian.jira.plugin.sy...
]
ashutosh deora commented on RF-4790:
------------------------------------
there is no track for this problem .
there is no Assignee for this issue too .
please can anyone update weather there is any fix to it for version 3.3x. or it will come
as fix version in 4.x . or any workaround for it.
resize does not work for modalPanel with style="overflow:
auto" and (autosized="false" or resizeable="false")
-------------------------------------------------------------------------------------------------------------
Key: RF-4790
URL:
https://issues.jboss.org/browse/RF-4790
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
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
Labels: modalPanel, resizable
Fix For: 3.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, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira