Looks like we can't reproduce the issue or there's a problem in the test case provided.
  1. #1
    Sencha Premium Member
    Join Date
    Oct 2010
    Posts
    126
    Vote Rating
    2
    audra is on a distinguished road

      0  

    Default ComboBox input click handler

    ComboBox input click handler


    Hi,

    In GXT 2.x, when a user clicked on the input portion of the combobox, the associated dropdown would expand. This is not the current behavior in GXT 3.0. please advise.

    Thanks,
    Audra

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    This is also not the default behaviour in GXT 2. Only if you have force selection set to true. Do you have that set to true in GXT 3 too?

  3. #3
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    I am moving this thread to the correct location in this case.

  4. #4
    Sencha Premium Member
    Join Date
    Oct 2010
    Posts
    126
    Vote Rating
    2
    audra is on a distinguished road

      0  

    Default


    We are setting force selection to true, dropdown still does not expand when the input is clicked.

  5. #5
    Sencha - GXT Dev Team WesleyMoy's Avatar
    Join Date
    Oct 2009
    Location
    Redwood City, California
    Posts
    402
    Vote Rating
    2
    WesleyMoy is on a distinguished road

      0  

    Default


    The dropdown list does not appear while the text entry is allowed. Consider setting ComboBox.setEditable to false. If you do, be sure to also set ComboBox.setTriggerAction to ALL.

  6. #6
    Sencha Premium Member
    Join Date
    Oct 2010
    Posts
    126
    Vote Rating
    2
    audra is on a distinguished road

      0  

    Default


    Both of these are set, and the input still does not trigger expand()

    Thanks,
    Audra

  7. #7
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Sorry, the behaviour is not linked to forceselection but editable set to false.

    You can see this behaviour in place in this example: http://sencha.com/examples-dev/#ExamplePlace:basicgrid

    W
    e cannot reproduce the problem you are describing. It would be good if you can provide a fully working testcase implementing EntryPoint that is failing.

  8. #8
    Sencha Premium Member
    Join Date
    Oct 2010
    Posts
    126
    Vote Rating
    2
    audra is on a distinguished road

      0  

    Default


    resolved in rc... was not working in beta4.

    Thanks,
    Audra