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

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13560 Tue Apr 17 13:52:21 MDT 2007 rob.mayhew Revert fix for ICE-1433
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js
        Rob Mayhew created issue -
        Rob Mayhew made changes -
        Field Original Value New Value
        Assignee Rob Mayhew [ rob.mayhew ]
        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.
        Ken Fyten made changes -
        Component/s Components [ 10012 ]
        Fix Version/s 1.6 [ 10031 ]
        Assignee Priority P1
        Affects Version/s 1.6DR#1 [ 10035 ]
        Ken Fyten made changes -
        Fix Version/s 1.6DR#4 [ 10060 ]
        Fix Version/s 1.6 [ 10031 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #13607 Thu Apr 19 16:10:36 MDT 2007 rob.mayhew Fix for ICE-1433. Problem was a result of a collision between a dom update, and a selections update.
        Files Changed
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/state_mon.js
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/bootstrap.js
        Commit graph MODIFY /icefaces/trunk/icefaces/bridge/lib/extras/autocomplete_ext.js
        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.
        Rob Mayhew made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Ken Fyten made changes -
        Fix Version/s 1.6 [ 10031 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]
        Assignee Priority P1
        Assignee Rob Mayhew [ rob.mayhew ]

          People

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

            Dates

            • Created:
              Updated:
              Resolved: