[richfaces-issues] [JBoss JIRA] Commented: (RF-8735) modalPanel resizable problem patch
Adam Michalik (JIRA)
jira-events at lists.jboss.org
Thu Jun 10 03:45:38 EDT 2010
[ https://jira.jboss.org/browse/RF-8735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12534883#action_12534883 ]
Adam Michalik commented on RF-8735:
-----------------------------------
I had the same issue recently (RF 3.3.3.Final). As a workaround used:
* adding onresize="return false;" to the modalPanel (disables resizing)
* and adding
.myModalPanelClass .rich-mpnl-resizer {
display: none;
}
to the CSS (hides the borders, on which the cursor changes to the "resize" arrow). Now my modalPanel behaves as if it were not resizable.
> modalPanel resizable problem patch
> ----------------------------------
>
> Key: RF-8735
> URL: https://jira.jboss.org/browse/RF-8735
> Project: RichFaces
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Components: component-output
> Affects Versions: 3.3.3.Final
> Reporter: Ilya Shaikovsky
> Assignee: Nick Belaevski
> Fix For: Future_3.X
>
> Attachments: UIModalPanel.java.zip
>
>
> Nick customer proposed patch for the next problem:
> "When setting width/height attributes on rich:modalpanel as well as setting resizeable="false" - the modal panel is still resizable.
> If i don't specify the width/height attributes and just set autosize="true" with resizeable="false" the modal panel is not resizeable (Using RichFaces 3.3.3).
>
> Is there any way to set the modal panel size and still make it not resizeable?
> Is this a known issue?
>
> Ori"
> Need to verify and probably apply if confirmed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list