-
1 Oct 2010 4:32 AM #1
[FIXED-379] 0.96 SegmentedButton toggle event doesn't provide the Button itself
[FIXED-379] 0.96 SegmentedButton toggle event doesn't provide the Button itself
As the source code shows, when firing a toggle event on a SegmentedButton, the only object returned is the butten, but not the SegmentedButton itself...
Change to:Code:me.fireEvent('toggle', me.pressedBtn, false);
Code:me.fireEvent('toggle', me, me.pressedBtn, false);
-
1 Oct 2010 11:02 AM #2
-
4 Oct 2010 4:17 AM #3Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Haarlem, Netherlands
- Posts
- 1,235
- Vote Rating
- 4
Thanks for the report. I have added the SegmentedButton to the arguments of the toggle event like you suggested. This will be part of the RC1.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-379][3.0.3/2.3.0] HtmlEditor make forms unusable within TabPanels and IE8
By lacco in forum Ext 3.x: BugsReplies: 7Last Post: 14 Jan 2010, 1:57 AM -
[FIXED][3.0rc1.1] Toggle button overflow
By flylaputa in forum Ext 3.x: BugsReplies: 18Last Post: 1 Jun 2009, 1:16 AM -
[FIXED] BeforeDataChanged event on ListStore doesn't honor event.doit
By sthamman in forum Ext GWT: Bugs (1.x)Replies: 4Last Post: 26 Jan 2009, 2:36 PM


Reply With Quote
