Threaded View
-
9 Jan 2012 4:16 PM #1
Control function configuration not triggering event SHOW for listview.
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.
- 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:
- nothing
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:
- Windows 7
- iOS 5
Looks like we cannot reproduce this. Please provide another test case to reproduce this issue.



Reply With Quote