-
10 Feb 2013 2:53 PM #1
Combo events broken after combo.getStore().load()
Combo events broken after combo.getStore().load()
Ext version tested:
- Ext 4.2.0 rev 265 beta2
- Google Chrome 24.0.1312.57
- <!DOCTYPE HTML>
- Loading dynamically the combobox store (eg. by direct request), the combo picker is loosing the select/click events (impossible to select an item from list of picker even if the picker is opened)
- Create a new panel with combo inside
- Select one item from combo (here it's ok)
- Call the combo.getStore().load() method (just to change the store records of combo)
- Try to select another item of combo (from second time you select the bug appears)
- I expect I could click an item from loaded items
- It's impossible to click any item
Code://direct example... the panel (mvc view) { xtype: 'combobox', store: 'App.store.MyStore', //direct connected store queryMode: 'local', displayField: 'name', valueField: 'id', editable: false }, //static example //you can even set static array and change it loading another one to see the problem eg. store: [['f','Foo'],['b','Bar']]
Possible fix:- not provided
- only default ext-all.css
- custom css (include details)
- MacOs 10.8.2
-
11 Feb 2013 6:29 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
Thanks for the report.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Success! Looks like we've fixed this one. According to our records the fix was applied for
EXTJSIV-8581
in
4.2.0.489.


Reply With Quote