-
26 Mar 2012 12:26 PM #1
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
-
26 Mar 2012 12:29 PM #2
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?
-
26 Mar 2012 12:42 PM #3
I am moving this thread to the correct location in this case.
-
26 Mar 2012 12:43 PM #4
We are setting force selection to true, dropdown still does not expand when the input is clicked.
-
27 Mar 2012 3:45 PM #5
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.
-
28 Mar 2012 3:14 PM #6
Both of these are set, and the input still does not trigger expand()
Thanks,
Audra
-
29 Mar 2012 6:11 AM #7
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
We cannot reproduce the problem you are describing. It would be good if you can provide a fully working testcase implementing EntryPoint that is failing.
-
29 Mar 2012 11:14 AM #8
resolved in rc... was not working in beta4.
Thanks,
Audra
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote