ICEfaces
  1. ICEfaces
  2. ICE-5465

scrollable div causesselectInputText dropdown to render out of place in IE7

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-EE-GA
    • Fix Version/s: 1.8.2-EE-GA_P01, 1.8.3
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      IE7
    • Assignee Priority:
      P2

      Description

      Setting the scrollHeight and scrollWidth of a surrounding panelGroup causes the selectInputText drop down list to render over top and somewhat above the component itself. Here is the code along with a test case and screen shot.

      <ice:panelGroup scrollHeight="200px" scrollWidth="500px">
      <br />
      .............

      <ice:panelGroup>
      <ice:selectInputText rows="6" width="300" listVar="city"
      valueChangeListener="#{autoCompleteBean.updateList}"
      listValue="#{autoCompleteBean.list}">
      <f:facet name="selectInputText">
      <ice:panelGrid columns="3"
      columnClasses="cityCol,stateCol,zipCol">
      <ice:outputText value="#{city.city}" />
      <ice:outputText value="#{city.state}" />
      <ice:outputText value="#{city.zip}" />
      </ice:panelGrid>
      </f:facet>
      </ice:selectInputText>
      </ice:panelGroup>
      </ice:panelGroup>

        Activity

          People

          • Assignee:
            Joanne Bai
            Reporter:
            Tyler Johnson
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: