ICEfaces
  1. ICEfaces
  2. ICE-5118

Select Input Date not displaying correctly

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Invalid
    • Affects Version/s: 1.8.2
    • Fix Version/s: None
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      Internet Explorer 7, Internet Explorer 6

      Description

      The problem is when I have a selectinputdate inside of a scrollable list. the calendar popup doesn't pop up in front of the scrollable list instead it hides in the scrollable list or only part of the calendar is visible. You have scroll down the list in order to view the whole calendar popup.

        Activity

        Hide
        Ken Fyten added a comment -

        Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup.

        Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf

        If the issue persists with the current ICEfaces release, please create a new JIRA for it.

        Show
        Ken Fyten added a comment - Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup. Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf If the issue persists with the current ICEfaces release, please create a new JIRA for it.
        Hide
        Thomas Stamps added a comment -

        <ice:dataTable columnWidths="145px" scrollHeight="170px"
        scrollable="true"
        var="list" cellpadding="0" >

        <ice:column>
        <f:facet name="header">
        <ice:outputText value="Effective Date"></ice:outputText>
        </f:facet>
        <ice:outputText rendered="#

        {list.labelRender}

        " value="#

        {list.effective}" style="overflow: auto; width: 140px;" >
        <f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/>
        </ice:outputText>

        <ice:selectInputDate rendered="#{list.render}" renderAsPopup="true"
        title="Effective Date"
        valueChangeListener="#{userRoleDetails.assignRowChangeListener}"
        value="#{list.effective}

        "
        highlightUnit="DAY_OF_WEEK: MONTH"
        highlightValue="1,7: 8">
        <f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/>
        </ice:selectInputDate>

        </ice:column>

        Show
        Thomas Stamps added a comment - <ice:dataTable columnWidths="145px" scrollHeight="170px" scrollable="true" var="list" cellpadding="0" > <ice:column> <f:facet name="header"> <ice:outputText value="Effective Date"></ice:outputText> </f:facet> <ice:outputText rendered="# {list.labelRender} " value="# {list.effective}" style="overflow: auto; width: 140px;" > <f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/> </ice:outputText> <ice:selectInputDate rendered="#{list.render}" renderAsPopup="true" title="Effective Date" valueChangeListener="#{userRoleDetails.assignRowChangeListener}" value="#{list.effective} " highlightUnit="DAY_OF_WEEK: MONTH" highlightValue="1,7: 8"> <f:convertDateTime pattern="MM/dd/yyyy hh:mm a" timeZone="CST" type="date"/> </ice:selectInputDate> </ice:column>

          People

          • Assignee:
            Unassigned
            Reporter:
            Thomas Stamps
          • Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: