-
8 Oct 2010 12:35 AM #1
[FIXED-413] 0.96 SegmentedButton toggle event is fired with null param
[FIXED-413] 0.96 SegmentedButton toggle event is fired with null param
STR: create a SegmentedButton with allowMultiple false. When tapping on a button, the previously pressed button receives no reference to the button, instead it's null.
Fix: change line number 17274 from
me.fireEvent('toggle', me.pressedBtn, false);
to
me.fireEvent('toggle', me.pressedButton, false);
-
8 Oct 2010 10:51 AM #2
-
11 Oct 2010 4:22 PM #3
Thanks, fixed.
Evan Trimboli
Sencha Developer
Twitter - @evantrimboli
Don't be afraid of the source code!
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-379] 0.96 SegmentedButton toggle event doesn't provide the Button itself
By jeroenvduffelen in forum Sencha Touch 1.x: BugsReplies: 2Last Post: 4 Oct 2010, 4:17 AM -
[FIXED-648] Tree Event Model containercontextmenu event never fired
By xait in forum Ext 3.x: BugsReplies: 6Last Post: 19 Mar 2010, 5:51 PM -
[FIXED-413][3.1] Combo.js in recent SVN
By stever in forum Ext 3.x: BugsReplies: 4Last Post: 10 Feb 2010, 4:53 PM -
[FIXED][3.0.0] Ext.GridPanel - 'columnmove' event fired twice
By sol in forum Ext 3.x: BugsReplies: 5Last Post: 20 Jan 2010, 9:45 AM -
[2.0/2.02][FIXED] Selectionchange Event fired when the DataView initializes
By eingmarra in forum Ext 2.x: BugsReplies: 1Last Post: 12 Mar 2008, 1:18 PM


Reply With Quote