[
http://jira.jboss.com/jira/browse/RF-2128?page=comments#action_12404036 ]
Sergey Halipov commented on RF-2128:
------------------------------------
Verified.
ModalPanel: incorrect resize
----------------------------
Key: RF-2128
URL:
http://jira.jboss.com/jira/browse/RF-2128
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: FF
Reporter: Nick Belaevski
Assigned To: Ilya Shaikovsky
Priority: Critical
Fix For: 3.2.0
<rich:modalPanel id="mp" zindex="2000"
resizeable="true">
<f:facet name="header">
<h:outputText value="Modal Panel Title" />
</f:facet>
<f:facet name="controls">
<h:graphicImage value="/images/modal/close.png"
style="cursor:pointer"
onclick="Richfaces.hideModalPanel('mp')" />
</f:facet>
<p>Any JSF content might be inside the panel. In case of using
Facelets or JSF 1.2, it might be any mixed content.</p>
<p>The RichFaces modal panel is good with <a4j:include> to
create
a wizard like behavior.</p>
<p>The model panel is open and closed from the javascript function
on <i>Richfaces</i> object. The following code
<a href="javascript:Richfaces.hideModalPanel('mp')">hide this
panel</a>:
Richfaces.hideModalPanel('mp')</p>
</rich:modalPanel>
1. Move panel to center on the screen and resize it to get ~100-400px space higher and
lower the panel.
2. Grab bottom line and drag it to the top. Do not release mouse button
3. Drag bottom corner down. Cursor is not inside the panel after that
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira