[richfaces-issues] [JBoss JIRA] Updated: (RF-2143) Modal panel: incorrect default position

Viktor Volkov (JIRA) jira-events at lists.jboss.org
Fri Feb 1 05:20:59 EST 2008


     [ http://jira.jboss.com/jira/browse/RF-2143?page=all ]

Viktor Volkov updated RF-2143:
------------------------------

    Description: 
<rich:modalPanel id="modalPanelID" minHeight="#{modalPanel.minHeight}" minWidth="#{modalPanel.minWidth}"
		height="#{modalPanel.height}" width="#{modalPanel.width}" moveable="#{modalPanel.moveable}"
		resizeable="#{modalPanel.resizeable}" keepVisualState="#{modalPanel.keepVisualState}"
		rendered="#{modalPanel.rendered}" zindex="#{modalPanel.zindex}" autosized="#{modalPanel.autosized}" 
		 shadowDepth="#{modalPanel.shadowDepth}" shadowOpacity="#{modalPanel.shadowOpacity}"
		showWhenRendered="#{modalPanel.showWhenRendered}" onhide="showEvent('onhideInputID', 'onhide work!')"
		onshow="showEvent('onshowInputID', 'onshow work!')">
		<f:facet name="header">
			<h:outputText value="Heder goes here..." />
		</f:facet>
		<f:facet name="controls">
			<h:graphicImage value="/pics/error.gif" onclick="Richfaces.hideModalPanel('modalPanelID');return false;" />
		</f:facet>
		<h:outputText value="This is Modal Panel example" styleClass="text1" />
		<h:inputText value="#{modalPanel.inputTextTest}" />
		<h:selectOneListbox value="#{modalPanel.selectOneListboxTest}">
			<f:selectItem itemLabel="1" itemValue="1" />
			<f:selectItem itemLabel="2" itemValue="2" />
			<f:selectItem itemLabel="3" itemValue="3" />
		</h:selectOneListbox>
		
		<f:verbatim>
			<br />
			<br />
		</f:verbatim>
		<h:outputLink onclick="Richfaces.hideModalPanel('modalPanelID');return false;" value="Close">
			<f:verbatim>Close</f:verbatim>
		</h:outputLink>
	</rich:modalPanel>

  was:http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128882


> Modal panel: incorrect default position
> ---------------------------------------
>
>                 Key: RF-2143
>                 URL: http://jira.jboss.com/jira/browse/RF-2143
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: 3.1.4 
> ie 6
>            Reporter: Viktor Volkov
>         Assigned To: Nick Belaevski
>         Attachments: RF-2143.png
>
>
> <rich:modalPanel id="modalPanelID" minHeight="#{modalPanel.minHeight}" minWidth="#{modalPanel.minWidth}"
> 		height="#{modalPanel.height}" width="#{modalPanel.width}" moveable="#{modalPanel.moveable}"
> 		resizeable="#{modalPanel.resizeable}" keepVisualState="#{modalPanel.keepVisualState}"
> 		rendered="#{modalPanel.rendered}" zindex="#{modalPanel.zindex}" autosized="#{modalPanel.autosized}" 
> 		 shadowDepth="#{modalPanel.shadowDepth}" shadowOpacity="#{modalPanel.shadowOpacity}"
> 		showWhenRendered="#{modalPanel.showWhenRendered}" onhide="showEvent('onhideInputID', 'onhide work!')"
> 		onshow="showEvent('onshowInputID', 'onshow work!')">
> 		<f:facet name="header">
> 			<h:outputText value="Heder goes here..." />
> 		</f:facet>
> 		<f:facet name="controls">
> 			<h:graphicImage value="/pics/error.gif" onclick="Richfaces.hideModalPanel('modalPanelID');return false;" />
> 		</f:facet>
> 		<h:outputText value="This is Modal Panel example" styleClass="text1" />
> 		<h:inputText value="#{modalPanel.inputTextTest}" />
> 		<h:selectOneListbox value="#{modalPanel.selectOneListboxTest}">
> 			<f:selectItem itemLabel="1" itemValue="1" />
> 			<f:selectItem itemLabel="2" itemValue="2" />
> 			<f:selectItem itemLabel="3" itemValue="3" />
> 		</h:selectOneListbox>
> 		
> 		<f:verbatim>
> 			<br />
> 			<br />
> 		</f:verbatim>
> 		<h:outputLink onclick="Richfaces.hideModalPanel('modalPanelID');return false;" value="Close">
> 			<f:verbatim>Close</f:verbatim>
> 		</h:outputLink>
> 	</rich:modalPanel>

-- 
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

        



More information about the richfaces-issues mailing list