ICEfaces
  1. ICEfaces
  2. ICE-5827

REGRESSION: ice:selectManyxxxx Comps. not submitting final selected values

    Details

    • Type: Bug Bug
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.8.2-EE-GA_P02
    • Fix Version/s: 1.8.2-EE-GA_P02
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      ICEfaces trunk (EE P02 development)

      Description

      When using the ice:selectManyMenu or ice:selectManyList components with partialSubmit=true, the actual selected menu item is not always being submitted to the server. This is a regression since EE 1.8.2.GA_P01, which works correctly.

      To reproduce, use the Facelet Comp. Showcase, Selection demo. Try using the keyboard to rapidly select different values in the Cars selection (ice:selectManyMenu) to see the problem.

      Note that the issue occurs with or without the "blockUIOnSubmit=true" is specified.

        Activity

        Hide
        Ken Fyten added a comment -

        Likely related to a change made after P01 release that is now impacting the changes made for ICE-5522 - Reduce server notifications for select traversal in P01 release.

        Show
        Ken Fyten added a comment - Likely related to a change made after P01 release that is now impacting the changes made for ICE-5522 - Reduce server notifications for select traversal in P01 release.
        Hide
        Ken Fyten added a comment -

        This issue is a regression caused by svn rev. 21745 - "ICE-4308 Cancel double submit blocking for "onblur" type events."

        Show
        Ken Fyten added a comment - This issue is a regression caused by svn rev. 21745 - " ICE-4308 Cancel double submit blocking for "onblur" type events."
        Hide
        Mircea Toma added a comment -

        When the event is null or undefined while invoking icePartialSubmit/iceSubmit the bridge creates an UnknownEvent as a no-op. The fix for ICE-4308 added a Event.type() method which should have had a different implementation for UnknownEvents to avoid null pointer errors.
        The solution applied overrides Event.type() method for unknown events (original event is null/undefined).

        Show
        Mircea Toma added a comment - When the event is null or undefined while invoking icePartialSubmit/iceSubmit the bridge creates an UnknownEvent as a no-op. The fix for ICE-4308 added a Event.type() method which should have had a different implementation for UnknownEvents to avoid null pointer errors. The solution applied overrides Event.type() method for unknown events (original event is null/undefined).

          People

          • Assignee:
            Mircea Toma
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: