[richfaces-issues] [JBoss JIRA] Updated: (RF-4889) Suggestion box hides behind modalPanel in IE 7

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Sat Dec 6 13:54:36 EST 2008


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

Nick Belaevski updated RF-4889:
-------------------------------

    Fix Version/s: 3.1.x


Nothing for 3.1.x unfortunately

> Suggestion box hides behind modalPanel in IE 7
> ----------------------------------------------
>
>                 Key: RF-4889
>                 URL: https://jira.jboss.org/jira/browse/RF-4889
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.6
>            Reporter: Darrel Su
>             Fix For: 3.1.x
>
>
> In IE7, suggestionbox is hidden behind modalpanel.
> Using zindex attribute suggestionbox can be shown up front in firefox, but IE7 it is still a problem.
> In richfaces 3.1.6 suggestionbox.js has zindex 200 setting so the workaround is not working.
> For some reasons, we can not upgrade to 3.2.x. Is there a new workaround to fix this problem?
> <rich:suggestionbox id="caseAssignSuggestionBoxId" for="loginName" tokens=","
> rules="#{bundle.AutoSuggestRules}"
> suggestionAction="#{switchUserBean.autocomplete}" var="result"
> fetchValue="#{result.loginName}" rows="#{bundle.AutoSuggestRows}"
> first="#{bundle.AutoSuggestFirst}"
> minChars="#{bundle.AutoSuggestMinchars}"
> shadowOpacity="#{bundle.AutoSuggestShadowOpacity}"
> border="#{bundle.AutoSuggestBorder}" width="#{bundle.AutoSuggestWidth}"
> height="#{bundle.AutoSuggestHeight}"
> shadowDepth="#{switchUserBean.shadowDepth}"
> zindex="9999" >
> 				
> <h:column>
> <h:outputText value="#{result.loginName} (#{result.firstName} #{result.lastName})" />
> </h:column>

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