Control function configuration not triggering event SHOW for listview.
REQUIRED INFORMATION
Ext version tested:
Browser versions tested against:
- Chrome (Windows7)
- iPad (iOS 5)
Description:
- control is not working for list show.
Steps to reproduce the problem:
- Panel (fit)
- Textfield (docked top)
- list (fit)
- code for control query below.
The result that was expected:
- show event should trigger function
The result that occurs instead:
Test Case:
http://visits.benint.net/visits/touch-control/index.html
Code:
this.control({
'autocomplete #list': {
refresh: this.onListRefresh, /* works */
show: this.onListShow /* does NOT work */
}
});
HELPFUL INFORMATION
See this URL for live test case: http://visits.benint.net/visits/touc...rol/index.html
Operating System: