-
23 May 2012 11:11 PM #1
[4.1.1 RC1] Ext.menu.DatePicker select triggered twice
[4.1.1 RC1] Ext.menu.DatePicker select triggered twice
REQUIRED INFORMATION
Ext version tested:- Ext 4.1.1 RC1
- Chrome 18
- FF12 (firebug 1.9.2 installed)
<!DOCTYPE html>
- select event on Ext.menu.DatePicker is triggered twice when selecting a date
- create a Ext.menu.DatePicker and add a select event
- select triggered once
- select triggered twice
Code:{ xtype: 'datemenu', floating: false, width: 200, listeners: { select: { fn: function(datemenu, date, options) { console.log('select', date); }, scope: me } } }
HELPFUL INFORMATION
Operating System:- Windows 7
-
25 May 2012 1:25 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,121
- Vote Rating
- 453
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-6304
in
4.1.


Reply With Quote