ICEfaces
  1. ICEfaces
  2. ICE-1433

Specific use cases break selectInputText

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.6DR#1
    • Fix Version/s: 1.6DR#4, 1.6
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      all

      Description

      The following use of selectinput text will ignore the first update

             <ice:selectInputText rows="15"
                                                           width="200"
                                                           valueChangeListener="#{selectInput.updateSuggestions}">
                                          <f:selectItems value="#{selectInput.list}"/>
                                      </ice:selectInputText>

        Activity

        Hide
        Rob Mayhew added a comment -

        It looks like if the select input text is rendered on the initial page load we see this problem. Also any dom update in the same form will resolve the problem.

        Show
        Rob Mayhew added a comment - It looks like if the select input text is rendered on the initial page load we see this problem. Also any dom update in the same form will resolve the problem.
        Hide
        Rob Mayhew added a comment -

        Fixed in r13607.

        Problem was due to a dom update and a selectInput list update occurring on the same pass. I upgraded the selectInput text javascript to handle this condition.

        Show
        Rob Mayhew added a comment - Fixed in r13607. Problem was due to a dom update and a selectInput list update occurring on the same pass. I upgraded the selectInput text javascript to handle this condition.

          People

          • Assignee:
            Unassigned
            Reporter:
            Rob Mayhew
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: