[richfaces-issues] [JBoss JIRA] Reopened: (RF-2543) Suggestion box positioned wrong

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Fri Aug 8 08:38:50 EDT 2008


     [ https://jira.jboss.org/jira/browse/RF-2543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Vitenkov reopened RF-2543:
----------------------------------

      Assignee: Nick Belaevski  (was: Pavel Yaschenko)


Issue still reproducible under Safari. See example:
<a4j:commandLink value="MP(suggestionBox)" onclick="#{rich:component('modalPanelID')}.show();"></a4j:commandLink>
	<rich:modalPanel id="modalPanelID">
	
		<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:form>
		<h:inputText value="#{sb.property}" id="text" />
		<rich:suggestionbox id="suggestionBoxId" for="text" height="200" width="200" var="result"
			fetchValue="#{result.text}" suggestionAction="#{sb.autocomplete}">

			<h:column>
				<h:outputText value="#{result.city}" />
			</h:column>
			<h:column>
				<h:outputText value="#{result.contry}" />
			</h:column>
			<h:column>
				<h:outputText value="#{result.flag}" />
			</h:column>
			<h:column>
				<h:outputLink value="http://www.jboss.com/">
					<f:verbatim>Link</f:verbatim>
				</h:outputLink>
			</h:column>
		</rich:suggestionbox>
		</h:form>
	</rich:modalPanel>
	<br/>
	<rich:spacer height="1500" width="1"/>
	<h:outputText value="End of Page" style="FONT-WEIGHT:bold;"/>

> Suggestion box positioned wrong
> -------------------------------
>
>                 Key: RF-2543
>                 URL: https://jira.jboss.org/jira/browse/RF-2543
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: JBoss AS 4.2.1, Firefox 2, IE 7
>            Reporter: Tomasz Jedzierowski
>            Assignee: Nick Belaevski
>             Fix For: 3.2.1, 3.2.2
>
>         Attachments: suggestionBox.jpg
>
>
> A suggestionBox used in an modalPanel is positioned incorectly in case when the document.scrollTop is not equal to 0. The suggestion box apears therefor offset to the top.

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

        



More information about the richfaces-issues mailing list