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

        Hide
        Tyler Johnson added a comment -

        Test case configured for deployment on Tomcat6.

        Show
        Tyler Johnson added a comment - Test case configured for deployment on Tomcat6.
        Hide
        yip.ng added a comment -

        For a demo. of the problem. See the video at http://screencast.com/t/NmExNDli

        Show
        yip.ng added a comment - For a demo. of the problem. See the video at http://screencast.com/t/NmExNDli
        Hide
        yip.ng added a comment -

        It doesn't work in IE8 either, but in a different way. See video at http://screencast.com/t/ODkxYTNi

        Show
        yip.ng added a comment - It doesn't work in IE8 either, but in a different way. See video at http://screencast.com/t/ODkxYTNi
        Hide
        yip.ng added a comment -

        Fixed. See video at http://screencast.com/t/ZmYwOTE0YTQt

        Revision: 20963


        Modified : /icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js

        Revision: 20964


        Modified : /icefaces-ee/branches/icefaces-ee-1.8.2/icefaces/bridge/lib/extras/autocomplete_ext.js

        Show
        yip.ng added a comment - Fixed. See video at http://screencast.com/t/ZmYwOTE0YTQt Revision: 20963 Modified : /icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js Revision: 20964 Modified : /icefaces-ee/branches/icefaces-ee-1.8.2/icefaces/bridge/lib/extras/autocomplete_ext.js
        Hide
        Joanne Bai added a comment -

        Verified successfully on ICEfaces-ee-1.8.2 revision 20970 using tomcat 6.0.26 + IE6,7

        Test app is committed to repo\qa\trunk\Regression\ICE-5465

        Show
        Joanne Bai added a comment - Verified successfully on ICEfaces-ee-1.8.2 revision 20970 using tomcat 6.0.26 + IE6,7 Test app is committed to repo\qa\trunk\Regression\ ICE-5465
        Hide
        Isuru Perera added a comment -

        There is an issue. Please check my forum post http://www.icefaces.org/JForum/posts/list/0/16636.page#62154

        Show
        Isuru Perera added a comment - There is an issue. Please check my forum post http://www.icefaces.org/JForum/posts/list/0/16636.page#62154

          People

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

            Dates

            • Created:
              Updated:
              Resolved: