[CLOSED] In a ComboBox, clicking the search trigger brings back all elements of the store instead of only the matching items

  1. #1

    [CLOSED] In a ComboBox, clicking the search trigger brings back all elements of the store instead of only the matching items

    To reproduce open Examples/Form/ComboBox/Custom_Search/Default.aspx page and:

    1. set:
    HideBaseTrigger = "False"
    2. Add these attributes:
         
    QueryCaching="False"
    QueryMode="Remote"
    to the first combobox (the one defined using markup).

    Run the page and type blood in the first combobox. The combobox displays the list and it shows only one item, Bloodroot, which is correct. Now click on the trigger button to hide the list and click again to display the list. This time the list will show all the items, which is incorrect, in my mind, or at least this is not the behaviour experienced in the previous version of Ext.Net.

    The request sent to the server contains:

    query=&page=1&start=0&limit=25

    query should have been set to the text contained in the combobox.

    This might not be a problem with Ext.Net, rather with ExtJs 4. I will do more digging.

    Update: fyi, I couldn't reproduce this problem in ExtJs 4.1.1.

    Thanks
    Last edited by Baidaly; Dec 18, 2012 at 7:35 PM. Reason: [CLOSED]
  2. #2
    Hello, @bogc!

    Thank you for your investigation! We are investigating.

    For now, please, add the following config:

    <CustomConfig>
    	<ext:ConfigItem Name="triggerAction" Value="query" Mode="Value" />
    </CustomConfig>
  3. #3
    Fixes for this issue have been committed to SVN.

    [FIX] ComboBox's TriggerAction="Query" was rendered as "all".
    [FIX] The ComboBox Custom Search example: added TriggerAction="Query" for the ComboBoxes.
    Can you update from SVN and check again?

    Thank you!
  4. #4
    Hi everybody,

    Also a new breaking change item has been added.
    148. Now the ComboBoxBase's TriggerAction is All by default. Previously, it was Query.
  5. #5
    Quote Originally Posted by Baidaly View Post
    Fixes for this issue have been committed to SVN.



    Can you update from SVN and check again?

    Thank you!
    Could you please let me know which svn folder I should try ? Currently you have:

    branches/ 
      1/ 
      2/ 
      2.1/ 
    tags/ 
    trunk/
    Trunk or 2.1 or ... ?

    Thanks

    PS. Off topic, I noticed that you haven't tagged version 2.1.1 (under tags)...
  6. #6
    Quote Originally Posted by bogc View Post
    Could you please let me know which svn folder I should try ? Currently you have:

    branches/ 
      1/ 
      2/ 
      2.1/ 
    tags/ 
    trunk/
    Trunk or 2.1 or ... ?
    Please, update from trunk. All fixes go to trunk.

    PS. Off topic, I noticed that you haven't tagged version 2.1.1 (under tags)...
    Yes, because 2.1.1 doesn't have source code changes and just resolves some internal dependencies.

    Thank you again for your report!
  7. #7
    Confirmed fixed. I also noticed that the Trunk works with Ext Js 4.2...

    Thanks for the prompt fix!
  8. #8
    Please note that ExtJS 4.2 is still beta therefore some functionality may not work

Similar Threads

  1. Multiple Clicking on tree shows multiple items
    By yash.kapoor in forum 2.x Help
    Replies: 1
    Last Post: Oct 16, 2012, 7:44 AM
  2. Replies: 25
    Last Post: Sep 12, 2012, 12:41 PM
  3. Replies: 1
    Last Post: Aug 12, 2012, 7:32 AM
  4. Replies: 13
    Last Post: Jun 22, 2011, 2:05 PM
  5. Replies: 0
    Last Post: Oct 28, 2009, 6:05 AM

Posting Permissions