Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    AdvancedCriteria from PickList clears entered value (showcase)

    Hi,
    There is a bug in PickList used as drop down of SelectItem or ComboBoxItem.
    Can be seen in showcase example https://www.smartclient.com/smartcli...oFilterRelated
    If you try to narrow your search using other than default operator, then whatever you already typed in filter editor field is cleared as soon as server trip returns.

    Click image for larger version

Name:	multi-field_search_error.gif
Views:	83
Size:	153.1 KB
ID:	248885
    From what I discovered this is "only" happening when PickList request AdvancedCriteria to server. As long as you are using default operators Simplecriteria is requested and there is no issue. But if you force PickList to generate AdvancedCriteria by:
    - changing search operator or
    - set SelectItem.pickListCriteria as advanced or
    - set AllowFilterExpressions
    then anything you type into filter editor criteria field would be swallowed.

    As we are using multi field search in SelectItems a lot and using complex criteria, so this is blocking us from migration to 6.1.
    Thanks for looking into it,
    MichalG

    #2
    The same issue exists in SGWT showcase: https://www.smartclient.com/smartgwt...tifield_search
    SmartClient Version: v11.1p_2017-09-03/LGPL Development Only (built 2017-09-03)
    MichalG

    Comment


      #3
      This has been fixed in builds dated Sep 8 or later.

      Comment


        #4
        I confirm as fixed in SmartClient Version: v11.1p_2017-09-10/LGPL Development Only (built 2017-09-10).
        Thanks a lot.
        MichalG

        Comment

        Working...
        X